From: Amos Jeffries Date: Tue, 12 Aug 2008 12:25:41 +0000 (+1200) Subject: TestBed: remove another bashism X-Git-Tag: SQUID_3_1_0_1~49^2~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef8c04d57b8933d2f91ddc09a83c9b58b9dcacc4;p=thirdparty%2Fsquid.git TestBed: remove another bashism --- diff --git a/test-suite/buildtest.sh b/test-suite/buildtest.sh index 52a43e0903..f3f88f6b8e 100755 --- a/test-suite/buildtest.sh +++ b/test-suite/buildtest.sh @@ -14,7 +14,7 @@ log=`echo "${dist}" | sed s/..test-suite.buildtests.//g ` # ... and send everything there... { -if test -x ${dist%%.opts}.opts ; then +if test -e ${dist%%.opts}.opts ; then echo "BUILD: ${dist%%.opts}.opts" . ./${dist%%.opts}.opts else