testsuite/cat.tests: fix false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
57dbe4d5ac
commit
751005020d
@ -6,16 +6,20 @@
|
|||||||
. ./testing.sh
|
. ./testing.sh
|
||||||
|
|
||||||
# testing "description" "command" "result" "infile" "stdin"
|
# testing "description" "command" "result" "infile" "stdin"
|
||||||
|
optional FEATURE_CATV
|
||||||
testing 'cat -e' \
|
testing 'cat -e' \
|
||||||
'cat -e' \
|
'cat -e' \
|
||||||
'foo$\n' \
|
'foo$\n' \
|
||||||
'' \
|
'' \
|
||||||
'foo\n'
|
'foo\n'
|
||||||
|
SKIP=
|
||||||
|
|
||||||
|
optional FEATURE_CATV
|
||||||
testing 'cat -v' \
|
testing 'cat -v' \
|
||||||
'cat -v' \
|
'cat -v' \
|
||||||
'foo\n' \
|
'foo\n' \
|
||||||
'' \
|
'' \
|
||||||
'foo\n'
|
'foo\n'
|
||||||
|
SKIP=
|
||||||
|
|
||||||
exit $FAILCOUNT
|
exit $FAILCOUNT
|
||||||
|
Loading…
Reference in New Issue
Block a user