diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-30 18:43:34 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-30 18:43:34 +0000 |
commit | 7df6163adc1837c48842471307ecb18aaded4530 (patch) | |
tree | 9fae96ffdf8f06d66592a09cdbf7674ab72a5c7a /test/stderr/0415 | |
parent | 548b76ed9d29909e67cc76449956f1d5f870bfc4 (diff) |
Testsuite: adjust for 64b-int compatability
Diffstat (limited to 'test/stderr/0415')
-rw-r--r-- | test/stderr/0415 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/stderr/0415 b/test/stderr/0415 index 55cc46fd1..429262094 100644 --- a/test/stderr/0415 +++ b/test/stderr/0415 @@ -6,10 +6,7 @@ LOG: PANIC DIE extra characters follow integer value for check_spool_space LOG: PANIC DIE 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 16 of TESTSUITE/test-config: - integer "4000000.123" is too large (overflow) + integer "4000000000000000.123" is too large (overflow) LOG: PANIC DIE Exim configuration error in line 18 of TESTSUITE/test-config: absolute value of integer "999999999999999999" is too large (overflow) |