Skip to content

Commit 2c31d71

Browse files
committed
SQUASH???
1 parent 0e821b4 commit 2c31d71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

t/t5702-protocol-v2.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,10 @@ test_expect_success 'part of packfile response provided as URI' '
694694
for idx in http_child/.git/objects/pack/*.idx
695695
do
696696
git verify-pack --verbose $idx >out &&
697-
if test "$(grep "^[0-9a-f]\{40\} " out | wc -l)" = 1
697+
{
698+
grep "^[0-9a-f]\{16,\} " out || :
699+
} >out.objectlist &&
700+
if test_line_count = 1 out.objectlist
698701
then
699702
if grep $(cat h) out
700703
then

0 commit comments

Comments
 (0)