summaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-01-17 06:00:44 +0000
committerWayne Davison <wayned@samba.org>2005-01-17 06:00:44 +0000
commit89a9c0545ea57e0d5f2592ed16a210d9b2921630 (patch)
tree3d03b3350dbb005cf57b60aa88b74a3038d240eb /runtests.sh
parent3b26bba0c44c38d33888f375385a8697adc56f7c (diff)
downloadrsync-89a9c0545ea57e0d5f2592ed16a210d9b2921630.tar.gz
Collapsed two sed invocations into one.
Diffstat (limited to 'runtests.sh')
-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