tests: use p_ instead of posix func directly

This commit is contained in:
Edward Thomson 2014-11-26 16:24:37 -05:00 committed by Edward Thomson
parent 4eb97ef3bf
commit 3410084675

View File

@ -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)