]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix test to fail if DNSSEC lookup fails!
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 15 Aug 2022 09:32:53 +0000 (11:32 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 15 Aug 2022 09:32:53 +0000 (11:32 +0200)
test/18-drill-tests1.tpkg/18-drill-tests1.test

index 0ee099201a2cdf702f3a7742732d02da2987e53c..d7bd9bb05b529f481d40a9de136e0e5480b213b1 100644 (file)
@@ -58,7 +58,6 @@ PORT=`cat $TMPF1 | grep Listening | cut -d " " -f 4`
 
 echo "../../drill/drill -p $PORT -k test2-key -S @localhost  ok.ok.test.jelte.nlnetlabs.nl"
 ../../drill/drill -p $PORT -k test2-key -S @localhost  ok.ok.test.jelte.nlnetlabs.nl> $TMPF2
-cat $TMPF2
 
 if [[ $? -ne 0 ]]; then 
        cat $TMPF2