From: Wayne Davison Date: Mon, 17 Jan 2005 06:00:44 +0000 (+0000) Subject: Collapsed two sed invocations into one. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/89a9c0545ea57e0d5f2592ed16a210d9b2921630 Collapsed two sed invocations into one. --- 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