4 test -z "$tests" && tests
=`echo t-*.sh`
7 printf "Running %-40s" "$t ..."
10 if test $ret = 0; then
12 elif test $ret = 200; then
19 printf -- "--- Output: $t -"
20 for i
in `seq $(($len + 14)) 78`; do echo -n "-"; done; echo
22 printf -- "--- End: $t ----"
23 for i
in `seq $(($len + 14)) 78`; do echo -n "-"; done; echo
28 if test -n "$failed"; then
39 echo "All tests passed."