From: Mark Andrews Date: Wed, 6 Feb 2019 05:18:24 +0000 (+1100) Subject: supported no longer exists so just do the default behaviour X-Git-Tag: v9.13.6~6^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=275c355fba6b07ad49fff2b31d31acce2eb461b4;p=thirdparty%2Fbind9.git supported no longer exists so just do the default behaviour --- diff --git a/bin/tests/system/dsdigest/ns2/sign.sh b/bin/tests/system/dsdigest/ns2/sign.sh index 184efaf7259..0f16ea822e2 100644 --- a/bin/tests/system/dsdigest/ns2/sign.sh +++ b/bin/tests/system/dsdigest/ns2/sign.sh @@ -35,10 +35,7 @@ DSFILENAME2=dsset-`echo $zone2 |sed -e "s/\.$//g"`$TP $DSFROMKEY -a SHA-256 $keyname12 > $DSFILENAME1 $DSFROMKEY -a SHA-256 $keyname22 > $DSFILENAME2 -supported=`cat ../supported` -case "$supported" in - *) algo=SHA-384 ;; -esac +algo=SHA-384 $DSFROMKEY -a $algo $keyname12 >> $DSFILENAME1 $DSFROMKEY -a $algo $keyname22 > $DSFILENAME2