Commit 89a9c054 authored by Wayne Davison's avatar Wayne Davison

Collapsed two sed invocations into one.

parent 3b26bba0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment