We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef87628 commit c092269Copy full SHA for c092269
1 file changed
tests/utests/basic/test_context.c
@@ -145,7 +145,7 @@ test_searchdirs(void **state)
145
/* removing searchpaths */
146
/* nonexisting */
147
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);
+ CHECK_LOG_CTX("Unable to normalize search directory \"/nonexistingfile\" (No such file or directory).", NULL, 0);
149
/* first */
150
assert_int_equal(LY_SUCCESS, ly_ctx_unset_searchdir(UTEST_LYCTX, TESTS_BIN "/utests"));
151
assert_string_not_equal(TESTS_BIN "/utests", list[0]);
0 commit comments