aboutsummaryrefslogtreecommitdiffstats
path: root/cat-test/test
diff options
context:
space:
mode:
Diffstat (limited to 'cat-test/test')
-rwxr-xr-xcat-test/test8
1 files changed, 7 insertions, 1 deletions
diff --git a/cat-test/test b/cat-test/test
index b59188a..1a3d3b3 100755
--- a/cat-test/test
+++ b/cat-test/test
@@ -59,6 +59,12 @@ file_dash ()
report $? "file_dash"
}
+ddash ()
+{
+ diff <($c -- 4) 4 > /dev/null
+ report $? "ddash"
+}
+
uflag ()
{
touch tmp; rm tmp
@@ -78,7 +84,7 @@ uflag ()
if test $# = 0; then
- set $(printf 'file_%i\n' $(seq 1 $N)) dash dash_many file_one file_many file_dash uflag
+ set $(printf 'file_%i\n' $(seq 1 $N)) dash dash_many file_one file_many file_dash ddash uflag
fi
(
for f in $@; do