diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-21 14:09:43 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-30 01:00:51 +0000 |
commit | a45431fa71165d56a6775099fad1c8806c593b0a (patch) | |
tree | 3160bbff55b776bf1bfc2fa38410f97344563a7a /test | |
parent | 58c09a7fadb47400d4e90a6bf11d86dcc298eea9 (diff) |
Increase size of variables for check_spool_space and check_log_space
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0180 | 2 | ||||
-rw-r--r-- | test/paniclog/0415 | 2 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0415 | 4 | ||||
-rw-r--r-- | test/stderr/0415 | 2 | ||||
-rw-r--r-- | test/stdout/0415 | 1 |
5 files changed, 7 insertions, 4 deletions
diff --git a/test/confs/0180 b/test/confs/0180 index c4a0bd5af..e90d54517 100644 --- a/test/confs/0180 +++ b/test/confs/0180 @@ -1,7 +1,7 @@ # Exim test configuration 0180 # Require immense amount of disk space, expecting to fail. Can unfortunately work on big filesystems. -CSS=check_spool_space=400G +CSS=check_spool_space=1024T .include DIR/aux-var/std_conf_prefix diff --git a/test/paniclog/0415 b/test/paniclog/0415 index 2ed26d3f3..e0fbdedf3 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 "4000000M" is too large (overflow) + absolute value of integer "4000E" 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 29628b87a..043258fc0 100644 --- a/test/scripts/0000-Basic/0415 +++ b/test/scripts/0000-Basic/0415 @@ -1,6 +1,8 @@ # overflow in integer options 1 -exim -DARG1=4000000M -bP check_spool_space +exim -DARG1=4000E -bP check_spool_space +**** +exim -DARG1=4000G -bP check_spool_space **** 1 exim -DARG1=40MK -bP check_spool_space diff --git a/test/stderr/0415 b/test/stderr/0415 index f2c8612e8..55cc46fd1 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 "4000000M" is too large (overflow) + absolute value of integer "4000E" 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 f1183c838..0dfbae865 100644 --- a/test/stdout/0415 +++ b/test/stdout/0415 @@ -1,3 +1,4 @@ +check_spool_space = 4096000G finduser_retries = 0 finduser_retries = 999999999 finduser_retries = 1023998976 |