aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-07-17 07:45:54 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-07-17 07:45:54 -0400
commit53cfdf2d8063c802d6f049d27ea62f6ca7c94622 (patch)
treee6af105c731f19e6a17423fe512cfebb664b51e9 /test
parentnetwork testing (diff)
downloadfirejail-53cfdf2d8063c802d6f049d27ea62f6ca7c94622.tar.gz
firejail-53cfdf2d8063c802d6f049d27ea62f6ca7c94622.tar.zst
firejail-53cfdf2d8063c802d6f049d27ea62f6ca7c94622.zip
rework --netmask
Diffstat (limited to 'test')
-rwxr-xr-xtest/network/iprange.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/network/iprange.exp b/test/network/iprange.exp
index 232cb9bbc..227fc58cb 100755
--- a/test/network/iprange.exp
+++ b/test/network/iprange.exp
@@ -29,9 +29,9 @@ expect {
29 timeout {puts "TESTING ERROR 3\n";exit} 29 timeout {puts "TESTING ERROR 3\n";exit}
30 "Child process initialized" 30 "Child process initialized"
31} 31}
32sleep 1 32after 100
33send -- "exit\r" 33send -- "exit\r"
34sleep 2 34sleep 1
35 35
36send -- "firejail --profile=iprange.profile\r" 36send -- "firejail --profile=iprange.profile\r"
37expect { 37expect {
@@ -55,9 +55,9 @@ expect {
55 timeout {puts "TESTING ERROR 8\n";exit} 55 timeout {puts "TESTING ERROR 8\n";exit}
56 "Child process initialized" 56 "Child process initialized"
57} 57}
58sleep 1 58after 100
59send -- "exit\r" 59send -- "exit\r"
60sleep 2 60sleep 1
61 61
62 62
63 63