Skip to content

Commit 083a756

Browse files
committed
Merge branch 'md/t1403-path-is-file' into jch
Test tweak. * md/t1403-path-is-file: t1403: verify that path exists and is a file
2 parents 3bdec75 + 107d889 commit 083a756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1403-show-ref.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ test_expect_success 'show-ref --verify with dangling ref' '
196196
197197
remove_object() {
198198
file=$(sha1_file "$*") &&
199-
test -e "$file" &&
199+
test_path_is_file "$file" &&
200200
rm -f "$file"
201201
} &&
202202

0 commit comments

Comments
 (0)