X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3600-rm.sh;h=9fd28bcf3435f831fa24285dd703c82b8396d635;hb=ff00b682f203eb39876b57404916b4c54b6032c6;hp=cd093bd34730a3dba6eec7719d3b0170e517fb5e;hpb=70ae2beadd45d1874ffbfba2d5c45ea9fd2af12c;p=git.git diff --git a/t/t3600-rm.sh b/t/t3600-rm.sh index cd093bd34..9fd28bcf3 100755 --- a/t/t3600-rm.sh +++ b/t/t3600-rm.sh @@ -240,11 +240,10 @@ test_expect_success 'refresh index before checking if it is up-to-date' ' test_expect_success 'choking "git rm" should not let it die with cruft' ' git reset -q --hard && - H=0000000000000000000000000000000000000000 && i=0 && while test $i -lt 12000 do - echo "100644 $H 0 some-file-$i" + echo "100644 $_z40 0 some-file-$i" i=$(( $i + 1 )) done | git update-index --index-info && git rm -n "some-file-*" | :;