]> git.proxmox.com Git - libgit2.git/blobdiff - tests/repo/pathspec.c
New upstream version 1.4.3+dfsg.1
[libgit2.git] / tests / repo / pathspec.c
index 334066b6701d382d47479fc0aff75c0949c4b2e6..5b86662bcfb4fb48c122b8654a00339214c65053 100644 (file)
@@ -167,7 +167,7 @@ void test_repo_pathspec__workdir4(void)
 
        cl_git_pass(git_pathspec_match_workdir(&m, g_repo, 0, ps));
        cl_assert_equal_sz(13, git_pathspec_match_list_entrycount(m));
-       cl_assert_equal_s("θΏ™", git_pathspec_match_list_entry(m, 12));
+       cl_assert_equal_s("\xE8\xBF\x99", git_pathspec_match_list_entry(m, 12));
        git_pathspec_match_list_free(m);
 
        git_pathspec_free(ps);