From be246455f12d1d2b2f12757ee6b81bbacfa4920f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 May 2013 13:01:30 +0000 Subject: -test for mangle support --- src/dns/test_gnunet_dns.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 if ! iptables -t mangle --list &> /dev/null then echo "This test requires iptables with 'mangle' support. Skipping." + exit 0 fi export PATH=".:$PATH" -- cgit v1.2.3