Commit c7e785b7 by Edward Thomson Committed by Edward Thomson

tests: use p_ instead of posix func directly

parent 4af08d9f
......@@ -106,6 +106,6 @@ 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");
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment