diff options
Diffstat (limited to 'testsuite/cat.tests')
-rwxr-xr-x | testsuite/cat.tests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/cat.tests b/testsuite/cat.tests index 404ebed..10970dc 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 |