diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/paniclog/0415 | 2 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0415 | 2 | ||||
-rw-r--r-- | test/stderr/0415 | 2 | ||||
-rw-r--r-- | test/stdout/0415 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/paniclog/0415 b/test/paniclog/0415 index 68a0f4491..8ab0c2cb9 100644 --- a/test/paniclog/0415 +++ b/test/paniclog/0415 @@ -1,5 +1,5 @@ 1999-03-02 09:44:33 Exim configuration error in line 15 of TESTSUITE/test-config: - absolute value of integer "4000E" is too large (overflow) + absolute value of integer "4000Z" is too large (overflow) 1999-03-02 09:44:33 Exim configuration error in line 15 of TESTSUITE/test-config: extra characters follow integer value for check_spool_space 1999-03-02 09:44:33 Exim configuration error in line 16 of TESTSUITE/test-config: diff --git a/test/scripts/0000-Basic/0415 b/test/scripts/0000-Basic/0415 index 09f582b62..411efac16 100644 --- a/test/scripts/0000-Basic/0415 +++ b/test/scripts/0000-Basic/0415 @@ -1,6 +1,6 @@ # overflow in integer options 1 -exim -DARG1=4000E -bP check_spool_space +exim -DARG1=4000Z -bP check_spool_space **** exim -DARG1=4000G -bP check_spool_space **** diff --git a/test/stderr/0415 b/test/stderr/0415 index 429262094..211d7323b 100644 --- a/test/stderr/0415 +++ b/test/stderr/0415 @@ -1,6 +1,6 @@ LOG: PANIC DIE Exim configuration error in line 15 of TESTSUITE/test-config: - absolute value of integer "4000E" is too large (overflow) + absolute value of integer "4000Z" is too large (overflow) LOG: PANIC DIE Exim configuration error in line 15 of TESTSUITE/test-config: extra characters follow integer value for check_spool_space diff --git a/test/stdout/0415 b/test/stdout/0415 index 7215cca80..619f9f373 100644 --- a/test/stdout/0415 +++ b/test/stdout/0415 @@ -1,4 +1,4 @@ -check_spool_space = 4096000G +check_spool_space = 4000G queue_only_load = 2000000.123 finduser_retries = 0 finduser_retries = 999999999 |