From 4221b15f930db3cb26272deab0b583f4530c47ca Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Thu, 28 Jul 2022 19:35:50 +0200 Subject: tests: try curl instead of wget for tracing dns resolution --- test/environment/dns.exp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test') 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 { send -- "exit\r" sleep 1 -send -- "firejail --trace --dns=208.67.222.222 wget -q debian.org\r" +send -- "firejail --trace --dns=208.67.222.222 -- curl --silent --output /dev/null debian.org\r" expect { timeout {puts "TESTING ERROR 6.1\n";exit} "connect" @@ -125,8 +125,6 @@ expect { } after 100 -send -- "rm index.html\r" -after 100 send -- "exit\r" sleep 1 -- cgit v1.2.3-54-g00ecf