Collapsed two sed invocations into one.
[rsync/rsync.git] / 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