]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
test crypto support
authorMark Andrews <marka@isc.org>
Fri, 26 May 2017 06:03:49 +0000 (16:03 +1000)
committerMark Andrews <marka@isc.org>
Fri, 26 May 2017 06:04:29 +0000 (16:04 +1000)
(cherry picked from commit 0a788943040c5fbe8be6165c231e79cdf9071027)

bin/tests/system/chain/prereq.sh

index ec05effa66a7544ec51dca042bb15e3d73365db0..18b3ee94bfa925da9437a7063ce9a3c91e37e85c 100644 (file)
@@ -17,6 +17,8 @@
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
 
+$SHELL ../testcrypto.sh || exit 255
+
 if test -n "$PYTHON"
 then
     if $PYTHON -c "import dns" 2> /dev/null