fix DNSSEC nsec-failure test

This commit is contained in:
TCY16
2021-12-15 12:49:54 +01:00
parent ea1a5f35e4
commit 4f37d6489e
+1 -1
View File
@@ -184,7 +184,7 @@ then
fi
# signed zone with NSEC missing
dig @127.0.0.1 -p $UNBOUND_PORT nsec-failures.test > nsec-failure.txt
dig @127.0.0.1 -p $UNBOUND_PORT abc.nsec-failures.test > nsec-failure.txt
if ! grep -q "OPT=15: 00 0c" nsec-failure.txt
then