Merge branch 'md/t1403-path-is-file'
Test tweak. * md/t1403-path-is-file: t1403: verify that path exists and is a filemaint
commit
f3f00d93a1
|
|
@ -196,7 +196,7 @@ test_expect_success 'show-ref --verify with dangling ref' '
|
|||
|
||||
remove_object() {
|
||||
file=$(sha1_file "$*") &&
|
||||
test -e "$file" &&
|
||||
test_path_is_file "$file" &&
|
||||
rm -f "$file"
|
||||
} &&
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue