summaryrefslogtreecommitdiffstats
path: root/test/network
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-13 10:47:20 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-13 10:47:20 -0500
commit63e16bfcd9f79c63f3801f51df4840f74fa6f41b (patch)
treefa62784ad7ff5becbb4856ed84264cb5d4de8828 /test/network
parentset_perms cleanup (diff)
downloadfirejail-63e16bfcd9f79c63f3801f51df4840f74fa6f41b.tar.gz
firejail-63e16bfcd9f79c63f3801f51df4840f74fa6f41b.tar.zst
firejail-63e16bfcd9f79c63f3801f51df4840f74fa6f41b.zip
major cleanup and testing
Diffstat (limited to 'test/network')
-rwxr-xr-xtest/network/firemon-arp.exp12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/network/firemon-arp.exp b/test/network/firemon-arp.exp
index e40ffb609..71fa1660f 100755
--- a/test/network/firemon-arp.exp
+++ b/test/network/firemon-arp.exp
@@ -4,12 +4,12 @@ set timeout 10
4spawn $env(SHELL) 4spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7send -- "ping -c 3 192.168.1.1\r" 7#send -- "ping -c 3 192.168.1.1\r"
8expect { 8#expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9# timeout {puts "TESTING ERROR 0\n";exit}
10 "3 packets transmitted" 10# "3 packets transmitted"
11} 11#}
12sleep 1 12#sleep 1
13 13
14send -- "firejail --name=test1\r" 14send -- "firejail --name=test1\r"
15expect { 15expect {