From 05e0ef266cca7b7d72dfb60d8e12c5ff4cf2125a Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Sun, 20 May 2012 08:08:59 -0700 Subject: FAQ of running test suite --- test/runtest | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/runtest') diff --git a/test/runtest b/test/runtest index 84bdc04dc..5ac52ae56 100755 --- a/test/runtest +++ b/test/runtest @@ -2714,6 +2714,11 @@ if ($parm_hostname !~ /\./) print "\n*** Host name is not fully qualified: this may cause problems ***\n\n"; } +if ($parm_hostname =~ /[[:upper:]]/) + { + print "\n*** Host name has upper case characters: this may cause problems ***\n\n"; + } + # Find the user's shell $parm_shell = $ENV{'SHELL'}; -- cgit v1.2.3