]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fix DNSSEC nsec-failure test
authorTCY16 <tom@nlnetlabs.nl>
Wed, 15 Dec 2021 11:49:54 +0000 (12:49 +0100)
committerTCY16 <tom@nlnetlabs.nl>
Wed, 15 Dec 2021 11:49:54 +0000 (12:49 +0100)
testdata/ede.tdir/ede.test

index a747afd61c3f24be94836a2724cfdaaea706064d..9e66356b9f458893e44983ae4fd1ceb08ccf33b1 100644 (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