Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18714e8

Browse files
author
Edward Thomson
committed
tests: use p_ instead of posix func directly
1 parent 3f8d005 commit 18714e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/config/include.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ void test_config_include__depth(void)
8383

8484
cl_git_fail(git_config_open_ondisk(&cfg, "a"));
8585

86-
unlink("a");
87-
unlink("b");
86+
p_unlink("a");
87+
p_unlink("b");
8888
}
8989

9090
void test_config_include__missing(void)

0 commit comments

Comments
 (0)