From 7c77aa5efbf943fa4afb38ac586c1de3c1fc9ff1 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 31 Oct 2018 09:18:53 -0300 Subject: Disable DNS using test. This is probably against policy, and causes build failures in pbuilder --- test/tests/protocols | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests/protocols b/test/tests/protocols index 52209d7..8f67b0a 100644 --- a/test/tests/protocols +++ b/test/tests/protocols @@ -28,8 +28,8 @@ do stop server - echo "Testing host not found error with $p." - error 2 protocol $p --host=this.host.can.not.exist 3<$testmail +# echo "Testing host not found error with $p." +# error 2 protocol $p --host=this.host.can.not.exist 3<$testmail echo "Testing connection refused error with $p." error 7 protocol $p -p $port --host=localhost 3<$testmail -- cgit v1.2.3