aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/firemon-arp.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/firemon-arp.exp')
-rwxr-xr-xtest/network/firemon-arp.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/network/firemon-arp.exp b/test/network/firemon-arp.exp
index 5caa4e8bd..0e98b9f36 100755
--- a/test/network/firemon-arp.exp
+++ b/test/network/firemon-arp.exp
@@ -17,7 +17,7 @@ match_max 100000
17send -- "firejail --name=test1\r" 17send -- "firejail --name=test1\r"
18expect { 18expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 19 timeout {puts "TESTING ERROR 1\n";exit}
20 "Child process initialized" 20 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
21} 21}
22sleep 1 22sleep 1
23 23
@@ -25,7 +25,7 @@ spawn $env(SHELL)
25send -- "firejail --name=test2\r" 25send -- "firejail --name=test2\r"
26expect { 26expect {
27 timeout {puts "TESTING ERROR 2\n";exit} 27 timeout {puts "TESTING ERROR 2\n";exit}
28 "Child process initialized" 28 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
29} 29}
30sleep 1 30sleep 1
31 31