Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t7501: add test of "commit --dry-run --short"
[gitweb.git]
/
t
/
t0000-basic.sh
diff --git
a/t/t0000-basic.sh
b/t/t0000-basic.sh
index 4e588eda092546c0898de5cb372efee2326341be..850f651e4e434084bbc8995fcfb3bb001d83875c 100755
(executable)
--- a/
t/t0000-basic.sh
+++ b/
t/t0000-basic.sh
@@
-1081,7
+1081,7
@@
test_expect_success 'very long name in the index handled sanely' '
(
git ls-files -s path4 |
sed -e "s/ .*/ /" |
- tr -d "\012"
+ tr -d "\012"
&&
echo "$a"
) | git update-index --index-info &&
len=$(git ls-files "a*" | wc -c) &&