From: Jeremy Harris Date: Wed, 2 Dec 2015 17:23:33 +0000 (+0000) Subject: Testsuite: helpful diagnostic for configuration fault X-Git-Tag: exim-4_87_RC1~14 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=389563376084c4a8d906d4c29ecab6246ebfb8d5 Testsuite: helpful diagnostic for configuration fault --- diff --git a/test/runtest b/test/runtest index 3b0c6bbf0..a9d22dded 100755 --- a/test/runtest +++ b/test/runtest @@ -2478,6 +2478,7 @@ while() $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);