aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/environment/dns.exp4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/environment/dns.exp b/test/environment/dns.exp
index b5a8c119b..7395ac110 100755
--- a/test/environment/dns.exp
+++ b/test/environment/dns.exp
@@ -110,7 +110,7 @@ expect {
110send -- "exit\r" 110send -- "exit\r"
111sleep 1 111sleep 1
112 112
113send -- "firejail --trace --dns=208.67.222.222 wget -q debian.org\r" 113send -- "firejail --trace --dns=208.67.222.222 -- curl --silent --output /dev/null debian.org\r"
114expect { 114expect {
115 timeout {puts "TESTING ERROR 6.1\n";exit} 115 timeout {puts "TESTING ERROR 6.1\n";exit}
116 "connect" 116 "connect"
@@ -125,8 +125,6 @@ expect {
125} 125}
126after 100 126after 100
127 127
128send -- "rm index.html\r"
129after 100
130send -- "exit\r" 128send -- "exit\r"
131sleep 1 129sleep 1
132 130