Collapsed two sed invocations into one.
authorWayne Davison <wayned@samba.org>
Mon, 17 Jan 2005 06:00:44 +0000 (06:00 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 17 Jan 2005 06:00:44 +0000 (06:00 +0000)
runtests.sh

index e64f1b3..5f9ffdb 100755 (executable)
@@ -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