Index: branches/cname-collision/t/DNSTest.pm
===================================================================
--- branches/cname-collision/t/DNSTest.pm	(revision 1010)
+++ branches/cname-collision/t/DNSTest.pm	(revision 1011)
@@ -5,5 +5,5 @@
 ##
 # $Id$
-# Copyright 2025 Kris Deugau <kdeugau@deepnet.cx>
+# Copyright 2025,2026 Kris Deugau <kdeugau@deepnet.cx>
 # 
 #    This program is free software: you can redistribute it and/or modify
@@ -64,5 +64,5 @@
 
   my ($dcount) = $dbh->selectrow_array("SELECT count(*) FROM domains WHERE NOT domain IN ".
-	"('example.com','example.net','example.org','expiry1.test','expiry2.test')");
+	"('example.com','example.net','example.org','expiry1.test','expiry2.test','expiry3.test')");
   BAIL_OUT("# DB looks like it may not be a test DB, found $dcount > 0 non-test domains!\n")
 	if $dcount > 0;
@@ -71,5 +71,5 @@
   my ($rcount) = $dbh->selectrow_array(qq{SELECT count(*) FROM records WHERE NOT (
 	host like '%example.com' or host like '%example.net' or host like '%example.org' or
-	host like '%expiry1.test' or host like '%expiry2.test' or inetlazy(val) << '192.168.2.0/27'
+	host like '%expiry_.test' or inetlazy(val) << '192.168.2.0/27'
 	)});
   my $maxrecs = 0;
