Home | History | Annotate | Download | only in tests

Lines Matching refs:testing

3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
9 testing "rev" "rev && echo yes" "orez\nyes\n" "" "zero\n"
10 testing "-" "rev - && echo yes" "orez\nyes\n" "" "zero\n"
11 testing "file1 file2" "rev file1 file2" "eno\nowt\n" "" ""
12 testing "- file" "rev - file1" "orez\neno\n" "" "zero\n"
13 testing "file -" "rev file1 -" "eno\norez\n" "" "zero\n"
14 testing "no trailing newline" "rev -" "cba\nfed\n" "" "abc\ndef"
16 testing "file1 notfound file2" \
20 testing "different input sizes"\