mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-03 05:12:56 -05:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user