aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/dns-print.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/dns-print.exp')
-rwxr-xr-xtest/network/dns-print.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/network/dns-print.exp b/test/network/dns-print.exp
index 760e9c252..fd19b79ed 100755
--- a/test/network/dns-print.exp
+++ b/test/network/dns-print.exp
@@ -10,7 +10,7 @@ match_max 100000
10send -- "firejail --name=test-dns --net=eth0 --dns=1.2.3.4 --dns=2.3.4.5 --dns=3.4.5.6\r" 10send -- "firejail --name=test-dns --net=eth0 --dns=1.2.3.4 --dns=2.3.4.5 --dns=3.4.5.6\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 1\n";exit} 12 timeout {puts "TESTING ERROR 1\n";exit}
13 "Child process initialized" 13 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
14} 14}
15sleep 1 15sleep 1
16 16