aboutsummaryrefslogtreecommitdiffstats
path: root/test/network
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-06-16 19:39:39 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-06-16 19:39:39 +0200
commit2871c94d0cdaf23a6cf34fff1d52a734519b658b (patch)
treea0f59f2531366ccad749a82e0321c5b10efc3545 /test/network
parentpulseaudio fix (diff)
downloadfirejail-2871c94d0cdaf23a6cf34fff1d52a734519b658b.tar.gz
firejail-2871c94d0cdaf23a6cf34fff1d52a734519b658b.tar.zst
firejail-2871c94d0cdaf23a6cf34fff1d52a734519b658b.zip
skip ip6 test if filter table not available
Diffstat (limited to 'test/network')
-rwxr-xr-xtest/network/ip6.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/network/ip6.exp b/test/network/ip6.exp
index 2cd756a1d..e5939021e 100755
--- a/test/network/ip6.exp
+++ b/test/network/ip6.exp
@@ -18,6 +18,7 @@ expect {
18} 18}
19expect { 19expect {
20 timeout {puts "TESTING ERROR 2\n";exit} 20 timeout {puts "TESTING ERROR 2\n";exit}
21 "unable to initialize table 'filter'" {puts "\nTESTING SKIP 2: no IPv6 support\n"; exit}
21 "2001:db8:1f0a:3ec::2" 22 "2001:db8:1f0a:3ec::2"
22} 23}
23expect { 24expect {