aboutsummaryrefslogtreecommitdiff
path: root/plugins-scripts/t/utils.t
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/t/utils.t')
-rw-r--r--plugins-scripts/t/utils.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins-scripts/t/utils.t b/plugins-scripts/t/utils.t
index 4df5606b..f37f567f 100644
--- a/plugins-scripts/t/utils.t
+++ b/plugins-scripts/t/utils.t
@@ -35,6 +35,8 @@ my $hostname_checks = {
"host.888." => 1,
"where.did.that.!.come.from." => 0,
"no.underscores_.com" => 0,
+ "a.somecompany.com" => 1,
+ "host.a.com" => 1,
};
plan tests => ((scalar keys %$hostname_checks) + 4);