aboutsummaryrefslogtreecommitdiffstats
path: root/test/ip6.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-01-24 11:24:25 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-01-24 11:24:25 -0500
commit07b3e778037b13b1d95071d8acbf4ff8128fa3a1 (patch)
treee04a9d41814920b0f25672176cc9435c9fd49f71 /test/ip6.exp
parent make the sandbox process reap all children (diff)
downloadfirejail-07b3e778037b13b1d95071d8acbf4ff8128fa3a1.tar.gz
firejail-07b3e778037b13b1d95071d8acbf4ff8128fa3a1.tar.zst
firejail-07b3e778037b13b1d95071d8acbf4ff8128fa3a1.zip
testing
Diffstat (limited to 'test/ip6.exp')
-rwxr-xr-xtest/ip6.exp16
1 files changed, 6 insertions, 10 deletions
diff --git a/test/ip6.exp b/test/ip6.exp
index 4dc11d3dc..19a822ee2 100755
--- a/test/ip6.exp
+++ b/test/ip6.exp
@@ -14,30 +14,26 @@ expect {
14 "DROP" 14 "DROP"
15} 15}
16expect { 16expect {
17 timeout {puts "TESTING ERROR 1\n";exit} 17 timeout {puts "TESTING ERROR 2\n";exit}
18 "DROP" 18 "2001:db8:1f0a:3ec::2"
19}
20expect {
21 timeout {puts "TESTING ERROR 1\n";exit}
22 "2001:db8:1f0a:3ec::2/128"
23} 19}
24expect { 20expect {
25 timeout {puts "TESTING ERROR 1\n";exit} 21 timeout {puts "TESTING ERROR 3\n";exit}
26 "Child process initialized" 22 "Child process initialized"
27} 23}
28sleep 2 24sleep 2
29 25
30send -- "/sbin/ifconfig\r" 26send -- "/sbin/ifconfig\r"
31expect { 27expect {
32 timeout {puts "TESTING ERROR 1\n";exit} 28 timeout {puts "TESTING ERROR 4\n";exit}
33 "inet6 addr" 29 "inet6 addr"
34} 30}
35expect { 31expect {
36 timeout {puts "TESTING ERROR 1\n";exit} 32 timeout {puts "TESTING ERROR 5\n";exit}
37 "2001:db8:0:f101::1/64" 33 "2001:db8:0:f101::1/64"
38} 34}
39expect { 35expect {
40 timeout {puts "TESTING ERROR 1\n";exit} 36 timeout {puts "TESTING ERROR 6\n";exit}
41 "Scope:Global" 37 "Scope:Global"
42} 38}
43 39