Remove 2>&1 from the dnssec-signzone invocation in tests

This commit is contained in:
Ondřej Surý
2019-07-20 18:06:16 -04:00
parent ced15edea1
commit 94354d4655
20 changed files with 156 additions and 156 deletions

View File

@@ -21,4 +21,4 @@ keyname2=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -f KSK -n zone $zone`
cat $infile $keyname1.key $keyname2.key > $zonefile
$SIGNER -o $zone $zonefile > /dev/null 2>&1
$SIGNER -o $zone $zonefile > /dev/null