summaryrefslogtreecommitdiffstats
path: root/test/network
diff options
context:
space:
mode:
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 {