aboutsummaryrefslogtreecommitdiffstats
path: root/test/net_local.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-27 12:37:57 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-27 12:37:57 -0400
commit746b6aa3b8bd5f8482078925901f09ed0f45c0b3 (patch)
tree51af66cf8652bdb895aa9346bd085ce95741e226 /test/net_local.exp
parentMerge pull request #46 from iiotx/master (diff)
downloadfirejail-746b6aa3b8bd5f8482078925901f09ed0f45c0b3.tar.gz
firejail-746b6aa3b8bd5f8482078925901f09ed0f45c0b3.tar.zst
firejail-746b6aa3b8bd5f8482078925901f09ed0f45c0b3.zip
testing
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