mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 05:01:54 +00:00
p_mkdir != mkdir on win32
This commit is contained in:
parent
9f57fd6443
commit
ca7cd1734d
@ -370,8 +370,8 @@ void test_stash_save__including_untracked_without_any_untracked_file_creates_an_
|
||||
|
||||
void test_stash_save__ignored_directory(void)
|
||||
{
|
||||
cl_git_pass(mkdir("stash/ignored_directory", 0777));
|
||||
cl_git_pass(mkdir("stash/ignored_directory/sub", 0777));
|
||||
cl_git_pass(p_mkdir("stash/ignored_directory", 0777));
|
||||
cl_git_pass(p_mkdir("stash/ignored_directory/sub", 0777));
|
||||
cl_git_mkfile("stash/ignored_directory/sub/some_file", "stuff");
|
||||
|
||||
assert_status(repo, "ignored_directory/sub/some_file", GIT_STATUS_WT_NEW);
|
||||
|
Loading…
Reference in New Issue
Block a user