[Nagiosplug-checkins] nagiosplug/plugins-scripts/t utils.t, 1.2, 1.3
Ton Voon
tonvoon at users.sourceforge.net
Tue Dec 12 13:59:10 CET 2006
Update of /cvsroot/nagiosplug/nagiosplug/plugins-scripts/t
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10844/t
Modified Files:
utils.t
Log Message:
Enhanced test for single letters in fqdn
Index: utils.t
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/t/utils.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- utils.t 27 Oct 2006 15:37:31 -0000 1.2
+++ utils.t 12 Dec 2006 12:59:06 -0000 1.3
@@ -35,6 +35,8 @@
"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);
More information about the Commits
mailing list