aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-21 13:01:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-21 13:01:30 +0000
commitbe246455f12d1d2b2f12757ee6b81bbacfa4920f (patch)
tree2dbca09f87464bd1e303d4b33604a56894a7ad42 /src
parent71bc272b15a42d2a02f0d4fcda44ccc7c21e3966 (diff)
downloadgnunet-be246455f12d1d2b2f12757ee6b81bbacfa4920f.tar.gz
gnunet-be246455f12d1d2b2f12757ee6b81bbacfa4920f.zip
-test for mangle support
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"