]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
TestBed: remove another bashism
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 12 Aug 2008 12:25:41 +0000 (00:25 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 12 Aug 2008 12:25:41 +0000 (00:25 +1200)
test-suite/buildtest.sh

index 52a43e09032f5c4d2872f4a32f5b1162c0a0f440..f3f88f6b8ef5bae26086cc746a2eef01cbccf6f3 100755 (executable)
@@ -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