Skip to content

Commit c092269

Browse files
committed
tests BUGFIX error message changed
1 parent ef87628 commit c092269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utests/basic/test_context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ test_searchdirs(void **state)
145145
/* removing searchpaths */
146146
/* nonexisting */
147147
assert_int_equal(LY_EINVAL, ly_ctx_unset_searchdir(UTEST_LYCTX, "/nonexistingfile"));
148-
CHECK_LOG_CTX("Invalid argument value (ly_ctx_unset_searchdir()).", NULL, 0);
148+
CHECK_LOG_CTX("Unable to normalize search directory \"/nonexistingfile\" (No such file or directory).", NULL, 0);
149149
/* first */
150150
assert_int_equal(LY_SUCCESS, ly_ctx_unset_searchdir(UTEST_LYCTX, TESTS_BIN "/utests"));
151151
assert_string_not_equal(TESTS_BIN "/utests", list[0]);

0 commit comments

Comments
 (0)