Home | History | Annotate | Download | only in tests

Lines Matching refs:testing

3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
7 testing "not enough args [fail]" "uuencode 2>/dev/null" "" "" ""
9 testing "uu empty file" "uuencode test" \
11 testing "uu 1-char" "uuencode test" \
13 testing "uu 2-char" "uuencode test" \
15 testing "uu 3-char" "uuencode test" \
18 testing "b64 empty file" "uuencode -m test" \
20 testing "b64 1-char" "uuencode -m test" \
22 testing "b64 2-char" "uuencode -m test" \
24 testing "b64 3-char" "uuencode -m test" \