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 checkmaint
commit
11f494d5b2
|
|
@ -10,7 +10,7 @@ test_expect_success setup '
|
|||
# make sure it resulted in a loose object
|
||||
ob=$(sed -e "s/\(..\).*/\1/" object-name) &&
|
||||
ject=$(sed -e "s/..\(.*\)/\1/" object-name) &&
|
||||
test -f .git/objects/$ob/$ject
|
||||
test_path_is_file .git/objects/$ob/$ject
|
||||
'
|
||||
|
||||
while read expect config
|
||||
|
|
|
|||
Loading…
Reference in New Issue