aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/dns/test_gnunet_dns.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dns/test_gnunet_dns.sh b/src/dns/test_gnunet_dns.sh
index d811ba7d6..4fa47bb6f 100755
--- a/src/dns/test_gnunet_dns.sh
+++ b/src/dns/test_gnunet_dns.sh
@@ -29,6 +29,7 @@ fi
29if ! iptables -t mangle --list &> /dev/null 29if ! iptables -t mangle --list &> /dev/null
30then 30then
31 echo "This test requires iptables with 'mangle' support. Skipping." 31 echo "This test requires iptables with 'mangle' support. Skipping."
32 exit 0
32fi 33fi
33 34
34export PATH=".:$PATH" 35export PATH=".:$PATH"