diff options
Diffstat (limited to 'testing/do-tests.in')
-rwxr-xr-x | testing/do-tests.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/do-tests.in b/testing/do-tests.in index f58eb39e2..54407f2cc 100755 --- a/testing/do-tests.in +++ b/testing/do-tests.in @@ -252,6 +252,13 @@ do continue fi + if [ $name = "rw-psk-ipv6" ] + then + IPTABLES="ip6tables" + else + IPTABLES="iptables" + fi + [ -f $DEFAULTTESTSDIR/${testname}/description.txt ] || die "!! File 'description.txt' is missing" [ -f $DEFAULTTESTSDIR/${testname}/test.conf ] || die "!! File 'test.conf' is missing" [ -f $DEFAULTTESTSDIR/${testname}/pretest.dat ] || die "!! File 'pretest.dat' is missing" |