From ef8c04d57b8933d2f91ddc09a83c9b58b9dcacc4 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 13 Aug 2008 00:25:41 +1200 Subject: [PATCH] TestBed: remove another bashism --- test-suite/buildtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2