summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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