diff options
author | Todd Lyons <tlyons@exim.org> | 2012-05-20 08:11:23 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2012-05-20 08:11:23 -0700 |
commit | cfdf9d6b910baba18692adcc7d924d60da401176 (patch) | |
tree | a871ddadef2bd9dc04e4e60f29d389633d9ee046 /test/runtest | |
parent | 1a2a87afff0f4e2bf8650fcb89166c5d7859e79a (diff) | |
parent | 05e0ef266cca7b7d72dfb60d8e12c5ff4cf2125a (diff) |
Merge branch 'master_testsuite_faq'
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 5 |
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'}; |