Fix merge botch resulting in each test being run twice by check.

This commit is contained in:
fsgqa
2004-06-29 04:16:16 +00:00
parent 8281d48d75
commit 837dc52c91
-1
View File
@@ -229,7 +229,6 @@ do
start=`_wallclock`
$timestamp && echo -n " ["`date "+%T"`"]"
sh $seq >$tmp.rawout 2>&1
[ ! -x $seq ] && chmod u+x $seq # ensure we can run it
./$seq >$tmp.rawout 2>&1
sts=$?