Skip to content

Commit 7d108a7

Browse files
committed
tests BUGFIX update error for win
1 parent c092269 commit 7d108a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utests/basic/test_context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ test_searchdirs(void **state)
7373
/* removing searchpaths */
7474
/* nonexisting */
7575
assert_int_equal(LY_EINVAL, ly_ctx_unset_searchdir(UTEST_LYCTX, "/nonexistingfile"));
76-
CHECK_LOG_CTX("Invalid argument value (ly_ctx_unset_searchdir()).", NULL, 0);
76+
CHECK_LOG_CTX("Unable to use search directory \"/nonexistingfile\" (No such file or directory).", NULL, 0);
7777

7878
/* first */
7979
assert_int_equal(LY_SUCCESS, ly_ctx_unset_searchdir(UTEST_LYCTX, path1));

0 commit comments

Comments
 (0)