aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/4bridges_ip.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/4bridges_ip.exp')
-rwxr-xr-xtest/network/4bridges_ip.exp10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/network/4bridges_ip.exp b/test/network/4bridges_ip.exp
index af47391ef..60e9d3bab 100755
--- a/test/network/4bridges_ip.exp
+++ b/test/network/4bridges_ip.exp
@@ -27,7 +27,7 @@ expect {
27} 27}
28expect { 28expect {
29 timeout {puts "TESTING ERROR 0.4\n";exit} 29 timeout {puts "TESTING ERROR 0.4\n";exit}
30 "Child process initialized" 30 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
31} 31}
32sleep 1 32sleep 1
33send -- "exit\r" 33send -- "exit\r"
@@ -53,7 +53,7 @@ expect {
53} 53}
54expect { 54expect {
55 timeout {puts "TESTING ERROR 1.4\n";exit} 55 timeout {puts "TESTING ERROR 1.4\n";exit}
56 "Child process initialized" 56 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
57} 57}
58sleep 1 58sleep 1
59send -- "exit\r" 59send -- "exit\r"
@@ -80,7 +80,7 @@ expect {
80} 80}
81expect { 81expect {
82 timeout {puts "TESTING ERROR 2.4\n";exit} 82 timeout {puts "TESTING ERROR 2.4\n";exit}
83 "Child process initialized" 83 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
84} 84}
85sleep 1 85sleep 1
86send -- "exit\r" 86send -- "exit\r"
@@ -108,7 +108,7 @@ expect {
108} 108}
109expect { 109expect {
110 timeout {puts "TESTING ERROR 4\n";exit} 110 timeout {puts "TESTING ERROR 4\n";exit}
111 "Child process initialized" 111 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
112} 112}
113sleep 1 113sleep 1
114send -- "exit\r" 114send -- "exit\r"
@@ -137,7 +137,7 @@ expect {
137} 137}
138expect { 138expect {
139 timeout {puts "TESTING ERROR 9\n";exit} 139 timeout {puts "TESTING ERROR 9\n";exit}
140 "Child process initialized" 140 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
141} 141}
142 142
143# check default gateway 143# check default gateway