summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-10-30 18:43:34 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-10-30 18:43:34 +0000
commit7df6163adc1837c48842471307ecb18aaded4530 (patch)
tree9fae96ffdf8f06d66592a09cdbf7674ab72a5c7a
parent548b76ed9d29909e67cc76449956f1d5f870bfc4 (diff)
Testsuite: adjust for 64b-int compatability
-rw-r--r--test/paniclog/04154
-rw-r--r--test/scripts/0000-Basic/04155
-rw-r--r--test/stderr/04155
-rw-r--r--test/stdout/04151
4 files changed, 5 insertions, 10 deletions
diff --git a/test/paniclog/0415 b/test/paniclog/0415
index e0fbdedf3..68a0f4491 100644
--- a/test/paniclog/0415
+++ b/test/paniclog/0415
@@ -3,9 +3,7 @@
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:
- integer "4000000000.123" is too large (overflow)
-1999-03-02 09:44:33 Exim configuration error in line 16 of TESTSUITE/test-config:
- integer "4000000.123" is too large (overflow)
+ integer "4000000000000000.123" is too large (overflow)
1999-03-02 09:44:33 Exim configuration error in line 18 of TESTSUITE/test-config:
absolute value of integer "999999999999999999" is too large (overflow)
1999-03-02 09:44:33 Exim configuration error in line 18 of TESTSUITE/test-config:
diff --git a/test/scripts/0000-Basic/0415 b/test/scripts/0000-Basic/0415
index 043258fc0..09f582b62 100644
--- a/test/scripts/0000-Basic/0415
+++ b/test/scripts/0000-Basic/0415
@@ -8,10 +8,9 @@ exim -DARG1=4000G -bP check_spool_space
exim -DARG1=40MK -bP check_spool_space
****
1
-exim -DARG2=4000000000.123 -bP queue_only_load
+exim -DARG2=4000000000000000.123 -bP queue_only_load
****
-1
-exim -DARG2=4000000.123 -bP queue_only_load
+exim -DARG2=2000000.123 -bP queue_only_load
****
exim -bP finduser_retries
****
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)
diff --git a/test/stdout/0415 b/test/stdout/0415
index 0dfbae865..7215cca80 100644
--- a/test/stdout/0415
+++ b/test/stdout/0415
@@ -1,4 +1,5 @@
check_spool_space = 4096000G
+queue_only_load = 2000000.123
finduser_retries = 0
finduser_retries = 999999999
finduser_retries = 1023998976