We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1c435 commit 0a74f39Copy full SHA for 0a74f39
tests/submodule/add.c
@@ -143,7 +143,7 @@ void test_submodule_add__path_exists_in_index(void)
143
git_buf_joinpath(&dirname, git_repository_workdir(g_repo), "/TestGitRepository");
144
git_buf_joinpath(&filename, dirname.ptr, "/test.txt");
145
146
- mkdir(dirname.ptr, 0700);
+ p_mkdir(dirname.ptr, 0700);
147
fd = fopen(filename.ptr, "w");
148
fclose(fd);
149
0 commit comments