From babf47488702653372ca0d86cba0d01568432f99 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Fri, 16 Aug 2013 23:25:58 +0200 Subject: Make sure called test scripts can be executed (reported by Tomas Budai) --- tests/runtest.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/runtest.sh b/tests/runtest.sh index c34400b..b14f151 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 -- cgit v1.2.3