Skip to content

Commit d1d712e

Browse files
committed
Merge branch 'dd/t5403-modernise' into next
Test micro-clean-up. * dd/t5403-modernise: t5403: use test_path_is_file instead of test -f
2 parents ccbd34d + 861dbb1 commit d1d712e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5403-post-checkout-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ test_expect_success 'post-checkout hook is triggered by clone' '
109109
echo "$@" >"$GIT_DIR/post-checkout.args"
110110
EOF
111111
git clone --template=templates . clone3 &&
112-
test -f clone3/.git/post-checkout.args
112+
test_path_is_file clone3/.git/post-checkout.args
113113
'
114114

115115
test_done

0 commit comments

Comments
 (0)