aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/cat.tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/cat.tests b/testsuite/cat.tests
index 404ebedeb..10970dc90 100755
--- a/testsuite/cat.tests
+++ b/testsuite/cat.tests
@@ -6,16 +6,20 @@
6. ./testing.sh 6. ./testing.sh
7 7
8# testing "description" "command" "result" "infile" "stdin" 8# testing "description" "command" "result" "infile" "stdin"
9optional FEATURE_CATV
9testing 'cat -e' \ 10testing 'cat -e' \
10 'cat -e' \ 11 'cat -e' \
11 'foo$\n' \ 12 'foo$\n' \
12 '' \ 13 '' \
13 'foo\n' 14 'foo\n'
15SKIP=
14 16
17optional FEATURE_CATV
15testing 'cat -v' \ 18testing 'cat -v' \
16 'cat -v' \ 19 'cat -v' \
17 'foo\n' \ 20 'foo\n' \
18 '' \ 21 '' \
19 'foo\n' 22 'foo\n'
23SKIP=
20 24
21exit $FAILCOUNT 25exit $FAILCOUNT