File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ test_expect_success 'updated as expected' '
6464'
6565
6666test_expect_success ' hooks ran' '
67- test -f victim.git/pre-receive.args &&
68- test -f victim.git/pre-receive.stdin &&
69- test -f victim.git/update.args &&
70- test -f victim.git/update.stdin &&
71- test -f victim.git/post-receive.args &&
72- test -f victim.git/post-receive.stdin &&
73- test -f victim.git/post-update.args &&
74- test -f victim.git/post-update.stdin
67+ test_path_is_file victim.git/pre-receive.args &&
68+ test_path_is_file victim.git/pre-receive.stdin &&
69+ test_path_is_file victim.git/update.args &&
70+ test_path_is_file victim.git/update.stdin &&
71+ test_path_is_file victim.git/post-receive.args &&
72+ test_path_is_file victim.git/post-receive.stdin &&
73+ test_path_is_file victim.git/post-update.args &&
74+ test_path_is_file victim.git/post-update.stdin
7575'
7676
7777test_expect_success ' pre-receive hook input' '
You can’t perform that action at this time.
0 commit comments