From f872cfcb454d1020bc6443a374ab1f5abdb15e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 24 Apr 2018 21:11:48 +0200 Subject: [PATCH] Remove -p option usage from rpz test --- bin/tests/system/rpz/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/rpz/setup.sh b/bin/tests/system/rpz/setup.sh index 830139ba55..a4d4063779 100644 --- a/bin/tests/system/rpz/setup.sh +++ b/bin/tests/system/rpz/setup.sh @@ -66,7 +66,7 @@ done signzone () { KEYNAME=`$KEYGEN -q -a rsasha256 -K $1 $2` cat $1/$3 $1/$KEYNAME.key > $1/tmp - $SIGNER -Pp -K $1 -o $2 -f $1/$4 $1/tmp >/dev/null + $SIGNER -P -K $1 -o $2 -f $1/$4 $1/tmp >/dev/null sed -n -e 's/\(.*\) IN DNSKEY \([0-9]\{1,\} [0-9]\{1,\} [0-9]\{1,\}\) \(.*\)/trusted-keys {"\1" \2 "\3";};/p' $1/$KEYNAME.key >>trusted.conf DSFILENAME=dsset-`echo $2 |sed -e "s/\.$//g"`$TP rm $DSFILENAME $1/tmp