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
maint
Junio C Hamano 2026-04-01 10:28:18 -07:00
commit 11f494d5b2
1 changed files with 1 additions and 1 deletions

View File

@ -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