aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/net_noip2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/net_noip2.exp')
-rwxr-xr-xtest/network/net_noip2.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/network/net_noip2.exp b/test/network/net_noip2.exp
index ebba23e81..09607d4b5 100755
--- a/test/network/net_noip2.exp
+++ b/test/network/net_noip2.exp
@@ -12,7 +12,7 @@ send -- "firejail --noprofile --net=br1 --ip=none --defaultgw=10.10.30.78\r"
12expect { 12expect {
13 timeout {puts "TESTING ERROR 0\n";exit} 13 timeout {puts "TESTING ERROR 0\n";exit}
14 "eth0" {puts "TESTING ERROR 1\n";exit} 14 "eth0" {puts "TESTING ERROR 1\n";exit}
15 "Child process initialized" 15 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
16} 16}
17sleep 1 17sleep 1
18send -- "bash\r" 18send -- "bash\r"