We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8744cef + 1d6fd6d commit 11f494dCopy full SHA for 11f494d
1 file changed
t/t5315-pack-objects-compression.sh
@@ -10,7 +10,7 @@ test_expect_success setup '
10
# make sure it resulted in a loose object
11
ob=$(sed -e "s/\(..\).*/\1/" object-name) &&
12
ject=$(sed -e "s/..\(.*\)/\1/" object-name) &&
13
- test -f .git/objects/$ob/$ject
+ test_path_is_file .git/objects/$ob/$ject
14
'
15
16
while read expect config
0 commit comments