X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5502-quickfetch.sh;h=7a46cbdbe687d080def03f41721fd0920ccd316f;hb=c871a1d17b8433d98df59b03da5538f10c4ae52c;hp=1037a723fe74756f241346a077f4f3682dbbf45d;hpb=71ee7fd15457a0252c089420b5b66de266dcbd2f;p=git.git diff --git a/t/t5502-quickfetch.sh b/t/t5502-quickfetch.sh index 1037a723f..7a46cbdbe 100755 --- a/t/t5502-quickfetch.sh +++ b/t/t5502-quickfetch.sh @@ -57,7 +57,7 @@ test_expect_success 'copy commit and tree but not blob by hand' ' cd cloned && git count-objects | sed -e "s/ *objects,.*//" ) ) && - test $cnt -eq 6 + test $cnt -eq 6 && blob=$(git rev-parse HEAD:file | sed -e "s|..|&/|") && test -f "cloned/.git/objects/$blob" &&