mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-03 07:45:07 +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"));
|
||||
|
||||
unlink("a");
|
||||
unlink("b");
|
||||
p_unlink("a");
|
||||
p_unlink("b");
|
||||
}
|
||||
|
||||
void test_config_include__missing(void)
|
||||
|
Loading…
Reference in New Issue
Block a user