summaryrefslogtreecommitdiffstats
path: root/test/net_local.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/net_local.exp')
-rwxr-xr-xtest/net_local.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/net_local.exp b/test/net_local.exp
index 9302ec4ef..032c0427d 100755
--- a/test/net_local.exp
+++ b/test/net_local.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 --debug\r" 8send -- "firejail --noprofile --debug\r"
9expect { 9expect {
10 timeout {puts "TESTING ERROR 0\n";exit} 10 timeout {puts "TESTING ERROR 0\n";exit}
11 "Using the local network stack" 11 "Using the local network stack"
@@ -19,7 +19,7 @@ send -- "exit\r"
19sleep 2 19sleep 2
20 20
21# check loopback 21# check loopback
22send -- "firejail\r" 22send -- "firejail --noprofile\r"
23expect { 23expect {
24 timeout {puts "TESTING ERROR 9\n";exit} 24 timeout {puts "TESTING ERROR 9\n";exit}
25 "Child process initialized" 25 "Child process initialized"
@@ -45,5 +45,5 @@ expect {
45 "UP" 45 "UP"
46} 46}
47 47
48puts "\n" 48puts "all done\n"
49 49