summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh
index e64f1b3b..5f9ffdbc 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -205,7 +205,7 @@ fi
for testscript in $suitedir/$whichtests
do
- testbase=`echo $testscript | sed 's!.*/!!' | sed -e 's/.test\$//'`
+ testbase=`echo $testscript | sed -e 's!.*/!!' -e 's/.test\$//'`
scratchdir="$scratchbase.$testbase"
prep_scratch