git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c14470c
)
Testsuite: helpful diagnostic for configuration fault
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 2 Dec 2015 17:23:33 +0000
(17:23 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 2 Dec 2015 17:23:33 +0000
(17:23 +0000)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index 3b0c6bbf064890b99b23bec58a596df4fb9d8065..a9d22dded4c2e01ff18ac8ad6d81b10c9f32672e 100755
(executable)
--- 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);