diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-07-11 12:02:12 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-07-11 12:45:09 +0100 |
commit | d4dc049f9a9e80ac3a470fd644418668eefedecb (patch) | |
tree | eb276ce9c53cb5f55fcd2a173a49cb1155fb533b /test/stderr/0415 | |
parent | ae8386f03e54cc05f92fcb78b8edcf87184f29aa (diff) |
testsuite: abstract out common conf settings
Diffstat (limited to 'test/stderr/0415')
-rw-r--r-- | test/stderr/0415 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/stderr/0415 b/test/stderr/0415 index 95b5e7f5e..f2c8612e8 100644 --- a/test/stderr/0415 +++ b/test/stderr/0415 @@ -1,30 +1,30 @@ LOG: PANIC DIE - Exim configuration error in line 21 of TESTSUITE/test-config: + Exim configuration error in line 15 of TESTSUITE/test-config: absolute value of integer "4000000M" is too large (overflow) LOG: PANIC DIE - Exim configuration error in line 21 of TESTSUITE/test-config: + Exim configuration error in line 15 of TESTSUITE/test-config: extra characters follow integer value for check_spool_space LOG: PANIC DIE - Exim configuration error in line 22 of TESTSUITE/test-config: + Exim configuration error in line 16 of TESTSUITE/test-config: integer "4000000000.123" is too large (overflow) LOG: PANIC DIE - Exim configuration error in line 22 of TESTSUITE/test-config: + Exim configuration error in line 16 of TESTSUITE/test-config: integer "4000000.123" is too large (overflow) LOG: PANIC DIE - Exim configuration error in line 24 of TESTSUITE/test-config: + Exim configuration error in line 18 of TESTSUITE/test-config: absolute value of integer "999999999999999999" is too large (overflow) LOG: PANIC DIE - Exim configuration error in line 24 of TESTSUITE/test-config: + Exim configuration error in line 18 of TESTSUITE/test-config: absolute value of integer "999999999K" is too large (overflow) LOG: PANIC DIE - Exim configuration error in line 24 of TESTSUITE/test-config: + Exim configuration error in line 18 of TESTSUITE/test-config: absolute value of integer "999999M" is too large (overflow) LOG: PANIC DIE - Exim configuration error in line 24 of TESTSUITE/test-config: + Exim configuration error in line 18 of TESTSUITE/test-config: extra characters follow integer value for finduser_retries LOG: PANIC DIE - Exim configuration error in line 24 of TESTSUITE/test-config: + Exim configuration error in line 18 of TESTSUITE/test-config: integer expected for finduser_retries LOG: PANIC DIE - Exim configuration error in line 24 of TESTSUITE/test-config: + Exim configuration error in line 18 of TESTSUITE/test-config: extra characters follow integer value for finduser_retries |