Skip to content

Commit 11f494d

Browse files
committed
Merge branch 'bk/t5315-test-path-is-helpers'
Test clean-up. * bk/t5315-test-path-is-helpers: t5315: use test_path_is_file for loose-object check
2 parents 8744cef + 1d6fd6d commit 11f494d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/t5315-pack-objects-compression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test_expect_success setup '
1010
# make sure it resulted in a loose object
1111
ob=$(sed -e "s/\(..\).*/\1/" object-name) &&
1212
ject=$(sed -e "s/..\(.*\)/\1/" object-name) &&
13-
test -f .git/objects/$ob/$ject
13+
test_path_is_file .git/objects/$ob/$ject
1414
'
1515

1616
while read expect config

0 commit comments

Comments
 (0)