1 test_expect_success 'loop-detect-status' '
2 # LINT: "$?" handled explicitly within loop body
3 (while test $i -le $blobcount
5 printf "Generating blob $i/$blobcount\r" >&2 &&
6 printf "blob\nmark :$i\ndata $blobsize\n" &&
7 #test-tool genrandom $i $blobsize &&
8 printf "%-${blobsize}s" $i &&
9 echo "M 100644 :$i $i" >> commit &&
13 echo "commit refs/heads/main" &&
14 echo "author A U Thor <author@email.com> 123456789 +0000" &&
15 echo "committer C O Mitter <committer@email.com> 123456789 +0000" &&
19 git fast-import --big-file-threshold=2 &&