[git commit] testsuite/cat.tests: fix false positive

Denys Vlasenko vda.linux at googlemail.com
Wed Jun 27 07:57:30 UTC 2018


commit: https://git.busybox.net/busybox/commit/?id=751005020d83e3626604d93c93c0e0ea6e0ef8e5
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 testsuite/cat.tests | 4 ++++
 1 file changed, 4 insertions(+)

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


More information about the busybox-cvs mailing list