Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes for 1.6.1
[gitweb.git]
/
t
/
t3300-funny-names.sh
diff --git
a/t/t3300-funny-names.sh
b/t/t3300-funny-names.sh
index 0574ef1f101df172a30755726b0ea1b6c2ef5f7d..db46d53e8271c0410a0dbf53a3560a8b635e2853 100755
(executable)
--- a/
t/t3300-funny-names.sh
+++ b/
t/t3300-funny-names.sh
@@
-21,7
+21,7
@@
cat >"$p0" <<\EOF
3. A quick brown fox jumps over the lazy cat, oops dog.
EOF
-cat >"$p1" "$p0"
+cat
2>/dev/null
>"$p1" "$p0"
echo 'Foo Bar Baz' >"$p2"
test -f "$p1" && cmp "$p0" "$p1" || {