diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-14 14:03:18 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-14 14:07:29 +0000 |
commit | fa792e2ce96b4d6f9e39e350ec967ccb833277a7 (patch) | |
tree | f8b890e87dd578422a7034e0400175dc41c4b430 /test/scripts | |
parent | b2758501d772f37e5baa22ed2c379f0a473cffc2 (diff) |
Fix parsing of option type Kint (integer, stored in K). Bug 2348
Broken-by: a45431fa71
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0415 | 2 |
1 files changed, 1 insertions, 1 deletions
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 **** |