Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
list-objects.c: handle unexpected non-tree entries
[gitweb.git]
/
t
/
t5601-clone.sh
diff --git
a/t/t5601-clone.sh
b/t/t5601-clone.sh
index d6948cbdab03cf827d86511ade26366e89fda149..3f4994301060fa2c0147b7ca1b879e23b6484851 100755
(executable)
--- a/
t/t5601-clone.sh
+++ b/
t/t5601-clone.sh
@@
-611,10
+611,6
@@
test_expect_success 'GIT_TRACE_PACKFILE produces a usable pack' '
git -C replay.git index-pack -v --stdin <tmp.pack
'
-hex2oct () {
- perl -ne 'printf "\\%03o", hex for /../g'
-}
-
test_expect_success 'clone on case-insensitive fs' '
git init icasefs &&
(