summaryrefslogtreecommitdiffstats
path: root/test/net_noip2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/net_noip2.exp')
-rwxr-xr-xtest/net_noip2.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/net_noip2.exp b/test/net_noip2.exp
index 234aec8a8..58f90422b 100755
--- a/test/net_noip2.exp
+++ b/test/net_noip2.exp
@@ -5,7 +5,7 @@ spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7# check ip address 7# check ip address
8send -- "firejail --net=br1 --ip=none --defaultgw=10.10.30.78\r" 8send -- "firejail --noprofile --net=br1 --ip=none --defaultgw=10.10.30.78\r"
9expect { 9expect {
10 timeout {puts "TESTING ERROR 0\n";exit} 10 timeout {puts "TESTING ERROR 0\n";exit}
11 "eth0" {puts "TESTING ERROR 1\n";exit} 11 "eth0" {puts "TESTING ERROR 1\n";exit}
@@ -35,7 +35,7 @@ expect {
35 timeout {puts "TESTING ERROR 6\n";exit} 35 timeout {puts "TESTING ERROR 6\n";exit}
36 "home" 36 "home"
37} 37}
38sleep 1 38after 100
39 39
40puts "\n" 40puts "all done\n"
41 41