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 "cat" "cat && echo yes" "oneyes\n" "" "one"
10 testing "-" "cat - && echo yes" "oneyes\n" "" "one"
11 testing "file1 file2" "cat file1 file2" "one\ntwo\n" "" ""
12 testing "- file" "cat - file1" "zero\none\n" "" "zero\n"
13 testing "file -" "cat file1 -" "one\nzero\n" "" "zero\n"
15 testing "file1 notfound file2" \
20 testing "file1" \
24 testing "- file1" \
28 testing "> /dev/full" \