]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] Allow some tests to run partially if Net::DNS is unavailable
authorEvan Hunt <each@isc.org>
Tue, 5 May 2015 15:33:09 +0000 (08:33 -0700)
committerEvan Hunt <each@isc.org>
Tue, 5 May 2015 15:33:09 +0000 (08:33 -0700)
bin/tests/system/dnssec/prereq.sh
bin/tests/system/nsupdate/prereq.sh

index 9d0fca1ae9aa9cc4bdbbae9031c56c0ec04952de..b8fecb9c7b6fdc0b8bd7ee231dd33c377de857e3 100644 (file)
@@ -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
index 8888682b69fc2ab81c5c048bfe90f1e3fea82bd0..5e380a4848d24bcbb6dd93a518f1cb7aef9bf60b 100644 (file)
@@ -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