aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/netfilter-template.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/netfilter-template.exp')
-rwxr-xr-xtest/network/netfilter-template.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/network/netfilter-template.exp b/test/network/netfilter-template.exp
index f77e4f025..ba09aaea7 100755
--- a/test/network/netfilter-template.exp
+++ b/test/network/netfilter-template.exp
@@ -18,7 +18,7 @@ sleep 1
18send -- "firejail --net=br1 --ip=10.10.30.10 --name=test1 --netfilter=/etc/firejail/tcpserver.net,5555 ./tcpserver 5555\r" 18send -- "firejail --net=br1 --ip=10.10.30.10 --name=test1 --netfilter=/etc/firejail/tcpserver.net,5555 ./tcpserver 5555\r"
19expect { 19expect {
20 timeout {puts "TESTING ERROR 1\n";exit} 20 timeout {puts "TESTING ERROR 1\n";exit}
21 "Child process initialized" 21 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
22} 22}
23sleep 1 23sleep 1
24 24