Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadf371 commit ce57c20Copy full SHA for ce57c20
tests/checkout/index.c
@@ -145,7 +145,7 @@ void test_checkout_index__honor_coresymlinks_default(void)
145
146
const char *url = git_repository_path(g_repo);
147
148
- getcwd(cwd, sizeof(cwd));
+ cl_assert(getcwd(cwd, sizeof(cwd)));
149
cl_assert_equal_i(0, p_mkdir("readonly", 0555)); // Read-only directory
150
cl_assert_equal_i(0, chdir("readonly"));
151
cl_git_pass(git_repository_init(&repo, "../symlink.git", true));
0 commit comments