]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Fix duplicated space in the SyncRes unit tests 10277/head
authorRemi Gacogne <rgacogne+github@valombre.net>
Tue, 30 Mar 2021 07:20:41 +0000 (09:20 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Fri, 9 Apr 2021 08:41:37 +0000 (10:41 +0200)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
(cherry picked from commit aabd93c4bafc01cb4df72cc527ba7745cfd6252f)

pdns/recursordist/test-syncres_cc6.cc

index 8b030d852f176ad61c84c377c74cf419a619a486..9810e0161f83bfe3d5a096bbda200c666d198387 100644 (file)
@@ -508,7 +508,7 @@ BOOST_AUTO_TEST_CASE(test_dnssec_dnskey_unpublished)
 
 BOOST_AUTO_TEST_CASE(test_dnssec_dnskey_unpublished_nsec3)
 {
-  /* check that we properly handle an insecure (no DS) but  signed zone whose DNSKEY is not published (so NODATA) with NSEC3 this time */
+  /* check that we properly handle an insecure (no DS) but signed zone whose DNSKEY is not published (so NODATA) with NSEC3 this time */
   std::unique_ptr<SyncRes> sr;
   initSR(sr, true);