]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove unnecessary sed from autosign test
authorWitold Krecicki <wpk@isc.org>
Wed, 7 Nov 2018 23:07:00 +0000 (00:07 +0100)
committerWitold Krecicki <wpk@isc.org>
Wed, 7 Nov 2018 23:07:00 +0000 (00:07 +0100)
bin/tests/system/autosign/tests.sh

index 7cc4bb48518b4569ccaa39eab7ce5f189ca64faf..53805a98d74d1cadac3ad3424e4f046ad34c5f90 100755 (executable)
@@ -236,7 +236,7 @@ status=`expr $status + $ret`
 
 echo_i "checking for nsec3param signing record ($n)"
 ret=0
-$RNDCCMD 10.53.0.3 signing -list autonsec3.example. > signing.out.test$n 2>&1 | sed 's/^/ns3 /' | cat_i
+$RNDCCMD 10.53.0.3 signing -list autonsec3.example. > signing.out.test$n 2>&1
 grep "Pending NSEC3 chain 1 0 20 DEAF" signing.out.test$n > /dev/null || ret=1
 n=`expr $n + 1`
 if [ $ret != 0 ]; then echo_i "failed"; fi