mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-06 21:53:29 +00:00
tests: use p_ instead of posix func directly
This commit is contained in:
parent
4eb97ef3bf
commit
3410084675
@ -83,8 +83,8 @@ void test_config_include__depth(void)
|
|||||||
|
|
||||||
cl_git_fail(git_config_open_ondisk(&cfg, "a"));
|
cl_git_fail(git_config_open_ondisk(&cfg, "a"));
|
||||||
|
|
||||||
unlink("a");
|
p_unlink("a");
|
||||||
unlink("b");
|
p_unlink("b");
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_config_include__missing(void)
|
void test_config_include__missing(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user