summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-08-16 23:25:58 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-08-16 23:25:58 +0200
commitbabf47488702653372ca0d86cba0d01568432f99 (patch)
tree2769908540eec86431f40cc2760284b9bcf0e856
parent23adebc1bc295b4d15dc3cc87413f1d8a0c5f281 (diff)
Make sure called test scripts can be executed (reported by Tomas Budai)
-rwxr-xr-xtests/runtest.sh3
1 files changed, 3 insertions, 0 deletions
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