diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-02 17:23:33 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-02 17:23:33 +0000 |
commit | 389563376084c4a8d906d4c29ecab6246ebfb8d5 (patch) | |
tree | a0c38b7d33f44bffde74cba6083592e7f4d6c095 /test | |
parent | c14470c30aa0d41ef018c35043616c703b01f80a (diff) |
Testsuite: helpful diagnostic for configuration fault
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 3b0c6bbf0..a9d22dded 100755 --- a/test/runtest +++ b/test/runtest @@ -2478,6 +2478,7 @@ while(<EXIMINFO>) $parm_eximuser = $1 if /^exim_user = (.*)$/; $parm_eximgroup = $1 if /^exim_group = (.*)$/; $parm_trusted_config_list = $1 if /^TRUSTED_CONFIG_LIST:.*?"(.*?)"$/; + print "$_" if /wrong owner/; } close(EXIMINFO); |