aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-29 18:01:29 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-29 18:01:29 -0500
commit09bd0623dd8b07083f58df97ba1a035465968001 (patch)
treeb6af2b24be0f55dc45b2e28c26c35f22b906ed7b /test/environment
parentfixes (diff)
downloadfirejail-09bd0623dd8b07083f58df97ba1a035465968001.tar.gz
firejail-09bd0623dd8b07083f58df97ba1a035465968001.tar.zst
firejail-09bd0623dd8b07083f58df97ba1a035465968001.zip
testing
Diffstat (limited to 'test/environment')
-rwxr-xr-xtest/environment/dns.exp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/environment/dns.exp b/test/environment/dns.exp
index d00e9fb94..3e2a0ffd4 100755
--- a/test/environment/dns.exp
+++ b/test/environment/dns.exp
@@ -55,10 +55,6 @@ sleep 1
55 55
56send -- "firejail --trace --dns=208.67.222.222 wget -q debian.org\r" 56send -- "firejail --trace --dns=208.67.222.222 wget -q debian.org\r"
57expect { 57expect {
58 timeout {puts "TESTING ERROR 1.1\n";exit}
59 "Child process initialized"
60}
61expect {
62 timeout {puts "TESTING ERROR 1.2\n";exit} 58 timeout {puts "TESTING ERROR 1.2\n";exit}
63 "connect" 59 "connect"
64} 60}