aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/ip6.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/ip6.exp')
-rwxr-xr-xtest/network/ip6.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/network/ip6.exp b/test/network/ip6.exp
index ddc50754f..665081db7 100755
--- a/test/network/ip6.exp
+++ b/test/network/ip6.exp
@@ -23,7 +23,7 @@ expect {
23} 23}
24expect { 24expect {
25 timeout {puts "TESTING ERROR 3\n";exit} 25 timeout {puts "TESTING ERROR 3\n";exit}
26 "Child process initialized" 26 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
27} 27}
28sleep 2 28sleep 2
29 29
@@ -64,7 +64,7 @@ expect {
64} 64}
65expect { 65expect {
66 timeout {puts "TESTING ERROR 13\n";exit} 66 timeout {puts "TESTING ERROR 13\n";exit}
67 "Child process initialized" 67 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
68} 68}
69sleep 2 69sleep 2
70 70
@@ -90,7 +90,7 @@ send -- "firejail --debug --netfilter6=ipv6.net\r"
90expect { 90expect {
91 timeout {puts "TESTING ERROR 11\n";exit} 91 timeout {puts "TESTING ERROR 11\n";exit}
92 "Installing IPv6 firewall" {puts "TESTING ERROR 12\n";exit} 92 "Installing IPv6 firewall" {puts "TESTING ERROR 12\n";exit}
93 "Child process initialized" 93 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
94} 94}
95after 100 95after 100
96send -- "exit\r" 96send -- "exit\r"