From: Amos Jeffries Date: Tue, 12 Aug 2008 11:10:59 +0000 (+1200) Subject: TestBed: Remove another bashism X-Git-Tag: SQUID_3_1_0_1~49^2~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=768f9ce5642bfd72aec383679d85676a14c36ea1;p=thirdparty%2Fsquid.git TestBed: Remove another bashism --- diff --git a/test-builds.sh b/test-builds.sh index 43f5893240..c58759c088 100755 --- a/test-builds.sh +++ b/test-builds.sh @@ -4,7 +4,7 @@ # tmp="${1}" -if test -x "./test-suite/buildtests/os-${tmp}.opts" ; then +if test -e ./test-suite/buildtests/os-${tmp}.opts ; then echo "TESTING: ${tmp}" ./test-suite/buildtest.sh ./test-suite/buildtests/os-${tmp} fi