From: Jozsef Kadlecsik Date: Fri, 16 Aug 2013 21:25:58 +0000 (+0200) Subject: Make sure called test scripts can be executed (reported by Tomas Budai) X-Git-Tag: v6.20~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=babf47488702653372ca0d86cba0d01568432f99;p=thirdparty%2Fipset.git Make sure called test scripts can be executed (reported by Tomas Budai) --- diff --git a/tests/runtest.sh b/tests/runtest.sh index c34400b5..b14f1514 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -59,6 +59,9 @@ else add_tests inet6 1002:1002:1002:1002:: fi +# Make sure the scripts are executable +chmod a+x check_* *.sh + for types in $tests; do ../src/ipset -X test >/dev/null 2>&1 if [ -f $types ]; then