summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2012-05-20 08:08:59 -0700
committerTodd Lyons <tlyons@exim.org>2012-05-20 08:08:59 -0700
commit05e0ef266cca7b7d72dfb60d8e12c5ff4cf2125a (patch)
treebbef57e20bb6f49df0c32a3b7527f8b9421d7de9 /test/runtest
parentdecd95cb1e8bf1f690c777c502e996fac9c79658 (diff)
FAQ of running test suite
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest5
1 files changed, 5 insertions, 0 deletions
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'};