diff options
Diffstat (limited to 'plugins-scripts/t')
-rw-r--r-- | plugins-scripts/t/utils.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins-scripts/t/utils.t b/plugins-scripts/t/utils.t index 4df5606..f37f567 100644 --- a/plugins-scripts/t/utils.t +++ b/plugins-scripts/t/utils.t | |||
@@ -35,6 +35,8 @@ my $hostname_checks = { | |||
35 | "host.888." => 1, | 35 | "host.888." => 1, |
36 | "where.did.that.!.come.from." => 0, | 36 | "where.did.that.!.come.from." => 0, |
37 | "no.underscores_.com" => 0, | 37 | "no.underscores_.com" => 0, |
38 | "a.somecompany.com" => 1, | ||
39 | "host.a.com" => 1, | ||
38 | }; | 40 | }; |
39 | 41 | ||
40 | plan tests => ((scalar keys %$hostname_checks) + 4); | 42 | plan tests => ((scalar keys %$hostname_checks) + 4); |