From 751005020d83e3626604d93c93c0e0ea6e0ef8e5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 27 Jun 2018 09:57:30 +0200 Subject: testsuite/cat.tests: fix false positive Signed-off-by: Denys Vlasenko --- testsuite/cat.tests | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuite') 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 -- cgit v1.2.3