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 @@
. ./testing.sh
# testing "description" "command" "result" "infile" "stdin"
+optional FEATURE_CATV
testing 'cat -e' \
'cat -e' \
'foo$\n' \
'' \
'foo\n'
+SKIP=
+optional FEATURE_CATV
testing 'cat -v' \
'cat -v' \
'foo\n' \
'' \
'foo\n'
+SKIP=
exit $FAILCOUNT