diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-01 19:20:11 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-01 21:19:40 +0100 |
commit | dcb72db9ece0902199a95f6a06fa56ce10587dd4 (patch) | |
tree | e53ee748390f782fc526d08264d87f2608af92e8 /test | |
parent | 692b0b1ab0384ebfad82706881b9a547aa334422 (diff) |
Support "G" multiplier on integer configuration values
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0001 | 2 | ||||
-rw-r--r-- | test/confs/0180 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/0001 b/test/confs/0001 index 0fd7efe44..8d55b2989 100644 --- a/test/confs/0001 +++ b/test/confs/0001 @@ -530,7 +530,7 @@ appendfile: lockfile_timeout = 30m mailbox_size = 1000 mailbox_filecount = 9999 - message_size_limit = 1M + message_size_limit = 1G mode = 0600 mode_fail_narrower no_notify_comsat diff --git a/test/confs/0180 b/test/confs/0180 index b61722c48..c4a0bd5af 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=400000000K +CSS=check_spool_space=400G .include DIR/aux-var/std_conf_prefix |