Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t0028: fix wrong octal values for BOM in setup
[gitweb.git]
/
t
/
t5301-sliding-window.sh
diff --git
a/t/t5301-sliding-window.sh
b/t/t5301-sliding-window.sh
index cae8c2e8822ccc1e464e3f5b71c99c1f6b1c2323..76f9798ab958cae2414cbcc496bbb22af85f0ac5 100755
(executable)
--- a/
t/t5301-sliding-window.sh
+++ b/
t/t5301-sliding-window.sh
@@
-12,7
+12,7
@@
test_expect_success \
for i in a b c
do
echo $i >$i &&
-
test-
genrandom "$i" 32768 >>$i &&
+
test-tool
genrandom "$i" 32768 >>$i &&
git update-index --add $i || return 1
done &&
echo d >d && cat c >>d && git update-index --add d &&