]> granicus.if.org Git - ipset/commitdiff
Make sure called test scripts can be executed (reported by Tomas Budai)
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 16 Aug 2013 21:25:58 +0000 (23:25 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 16 Aug 2013 21:25:58 +0000 (23:25 +0200)
tests/runtest.sh

index c34400b56e2c0d8d30fe9510312c9b83733b3ce8..b14f1514f9415d7f1f28dea1f1c6aa5eea44de4c 100755 (executable)
@@ -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