Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push tests: assert re-pushing annotated tags
[gitweb.git]
/
t
/
t5608-clone-2gb.sh
diff --git
a/t/t5608-clone-2gb.sh
b/t/t5608-clone-2gb.sh
index 191d6d3a780325b6f3e294b6b42540569ef129d1..df822d9a3e9e7c7b4b7031ffa75716cd7ba6103a 100755
(executable)
--- a/
t/t5608-clone-2gb.sh
+++ b/
t/t5608-clone-2gb.sh
@@
-21,7
+21,7
@@
test_expect_success CLONE_2GB 'setup' '
do
printf "Generating blob $i/$blobcount\r" >&2 &&
printf "blob\nmark :$i\ndata $blobsize\n" &&
- #test-genrandom $i $blobsize &&
+ #test-
tool
genrandom $i $blobsize &&
printf "%-${blobsize}s" $i &&
echo "M 100644 :$i $i" >> commit
i=$(($i+1)) ||