From: Jeremy C. Reed Date: Fri, 11 Mar 2016 14:27:15 +0000 (-0500) Subject: use -r $RANDFILE for test using keygen X-Git-Tag: v9.11.0a1~39 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=81780ffd74706bb8c4b0aadbaa3915fcd726eb5e;p=thirdparty%2Fbind9.git use -r $RANDFILE for test using keygen stops hang this is for ticket #41898 --- diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index 5162006bea8..eff2cc1d039 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -3223,8 +3223,8 @@ ret=0 # generate signed zone with MX and AAAA records at apex. ( cd signer -$KEYGEN -q -3 -fK remove > /dev/null -$KEYGEN -q -3 remove > /dev/null +$KEYGEN -q -r $RANDFILE -3 -fK remove > /dev/null +$KEYGEN -q -r $RANDFILE -3 remove > /dev/null echo > remove.db.signed $SIGNER -S -o remove -D -f remove.db.signed remove.db.in > signer.out.1.$n 2>&1 )