From: Denys Vlasenko Date: Wed, 27 Jun 2018 07:57:30 +0000 (+0200) Subject: testsuite/cat.tests: fix false positive X-Git-Tag: 1_29_0~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=751005020d83e3626604d93c93c0e0ea6e0ef8e5;p=oweals%2Fbusybox.git testsuite/cat.tests: fix false positive Signed-off-by: Denys Vlasenko --- 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