minor fix so that we run all tests

This commit is contained in:
mes5k 2004-09-26 22:17:31 +00:00
parent 863906f918
commit f8db10c85d

View File

@ -3,7 +3,7 @@
let "suc = 0"
let "fail = 0"
for tnam in `ls test??.sh`
for tnam in `ls test*.sh`
do
echo "Running test $tnam"
if ./$tnam && echo "OK" || echo "FAIL" ; then