From: Evan Hunt Date: Tue, 5 May 2015 15:33:09 +0000 (-0700) Subject: [master] Allow some tests to run partially if Net::DNS is unavailable X-Git-Tag: v9.11.0a1~833 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d4ed608e0cbad6609c332da67e4028dff9a6ba19;p=thirdparty%2Fbind9.git [master] Allow some tests to run partially if Net::DNS is unavailable --- diff --git a/bin/tests/system/dnssec/prereq.sh b/bin/tests/system/dnssec/prereq.sh index 9d0fca1ae9a..b8fecb9c7b6 100644 --- a/bin/tests/system/dnssec/prereq.sh +++ b/bin/tests/system/dnssec/prereq.sh @@ -27,9 +27,6 @@ then echo "I:Net::DNS versions 0.69 to 0.70 have bugs that cause this test to fail: please update." >&2 exit 1 fi -else - echo "I:This test requires the Net::DNS library." >&2 - exit 1 fi exec $SHELL ../testcrypto.sh diff --git a/bin/tests/system/nsupdate/prereq.sh b/bin/tests/system/nsupdate/prereq.sh index 8888682b69f..5e380a4848d 100644 --- a/bin/tests/system/nsupdate/prereq.sh +++ b/bin/tests/system/nsupdate/prereq.sh @@ -26,9 +26,6 @@ then echo "I:Net::DNS versions 0.69 to 0.70 have bugs that cause this test to fail: please update." >&2 exit 1 fi -else - echo "I:This test requires the Net::DNS library." >&2 - exit 1 fi exec $SHELL ../testcrypto.sh