From 89a9c0545ea57e0d5f2592ed16a210d9b2921630 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 17 Jan 2005 06:00:44 +0000 Subject: [PATCH] Collapsed two sed invocations into one. --- runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1