X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fruntest;h=5ac52ae5651317b435965d38216e76f532ce963f;hb=cfdf9d6b910baba18692adcc7d924d60da401176;hp=84bdc04dc176973db7a5b33cc65de7f251d62fcd;hpb=bc9a5bcb2bfcf0d1ee282aae8a4574501634d70d;p=user%2Fhenk%2Fcode%2Fexim.git 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'};