]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix test error
authorEvan Hunt <each@isc.org>
Thu, 3 Jan 2019 00:47:06 +0000 (16:47 -0800)
committerEvan Hunt <each@isc.org>
Thu, 21 Feb 2019 01:45:49 +0000 (17:45 -0800)
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/dnssec/tests.sh

index 390dadb7d8974410be4e0f73570ef067f3bf6df5..055cd9444d2857820a97791144cef5875bbc3516 100644 (file)
@@ -247,7 +247,7 @@ zsk=$("$KEYGEN" -q -a "$DEFAULT_ALGORITHM" -b "$DEFAULT_BITS" -n zone "$zone")
 cat "$infile" "$ksk.key" "$zsk.key" unsupported-algorithm.key > "$zonefile"
 
 # "$SIGNER" -P -3 - -o "$zone" -f ${zonefile}.signed "$zonefile" > /dev/null 2>&1
-"$SIGNER" -P -3 - -o "$zone" -f ${zonefile}.signed "$zonefile"
+"$SIGNER" -P -3 - -o "$zone" -f ${zonefile}.signed "$zonefile" > /dev/null 2>&1
 
 #
 # A zone with a unknown DNSKEY algorithm + unknown NSEC3 hash algorithm (-U).
index 82adbee0f878ab7eb64ee666b3893d05120bd864..1f39bd535bbdbcffdf81b124f795ea375da462ff 100644 (file)
@@ -3604,8 +3604,8 @@ ret=0
 dig_with_opts . dnskey +ednsopt=KEY-TAG:fffe +ednsopt=KEY-TAG:fffd @10.53.0.1 > dig.out.ns1.test$n || ret=1
 grep "trust-anchor-telemetry './IN' from .* 65534" ns1/named.run > /dev/null || ret=1
 grep "trust-anchor-telemetry './IN' from .* 65533" ns1/named.run > /dev/null && ret=1
-$PERL $SYSTEMTESTTOP/stop.pl . ns1 || ret=1
-$PERL $SYSTEMTESTTOP/start.pl --noclean --restart --port ${PORT} . ns1 || ret=1
+$PERL $SYSTEMTESTTOP/stop.pl dnssec ns1 || ret=1
+$PERL $SYSTEMTESTTOP/start.pl --noclean --restart --port ${PORT} dnssec ns1 || ret=1
 n=$(($n+1))
 test "$ret" -eq 0 || echo_i "failed"
 status=$((status+ret))