aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/net_noip.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/net_noip.exp')
-rwxr-xr-xtest/network/net_noip.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/network/net_noip.exp b/test/network/net_noip.exp
index 37211d923..11d12c3d3 100755
--- a/test/network/net_noip.exp
+++ b/test/network/net_noip.exp
@@ -12,7 +12,7 @@ send -- "firejail --noprofile --net=br0 --ip=none\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"