diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-01 17:30:16 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-01 18:30:10 +0100 |
commit | 641c3ed52f0a4d730eb4bed7f2dd482825347a94 (patch) | |
tree | 9dfcbdab302e28907f505ddff46987f6f1df2d0f /test/scripts/0000-Basic | |
parent | 907e673a7b74cd382af3ba40f1d8bc53cb685a8b (diff) |
Testsuite: account for new warning from exim_msgdate
Broken-by: 46a36afae41f
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0700 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/test/scripts/0000-Basic/0700 b/test/scripts/0000-Basic/0700 index af5fd600c..df5162f31 100644 --- a/test/scripts/0000-Basic/0700 +++ b/test/scripts/0000-Basic/0700 @@ -119,23 +119,26 @@ exim_msgdate -local --pid EZZZZZZ-003fPj-WF **** ### Override the value of localhost_number set in the exim configuation file 0 TZ=GB -exim_msgdate -local --localhost_number 11 -base 62 EZZZZZZ-003FPJ-WF +exim_msgdate -local --localhost_number 9 -base 62 EZZZZZZ-003FPJ-WF **** 0 TZ=GB -exim_msgdate --localhost_number 11 -base 62 EZZZZZZ-003FPJ-WF +exim_msgdate --localhost_number 9 -base 62 EZZZZZZ-003FPJ-WF **** 0 TZ=GB exim_msgdate --localhost_number 9 -base 36 EZZZZZZ-003FPJ-Q0 **** +# hostno too big 255 TZ=GB exim_msgdate --localhost_number 11 -base 36 EZZZZZZ-003FPJ-WF **** 0 TZ=GB -exim_msgdate -localhost_number 11 --local -base 62 EZZZZZZ-003FPJ-WF +exim_msgdate -localhost_number 9 --local -base 62 EZZZZZZ-003FPJ-WF **** +# hostno negative 255 TZ=GB exim_msgdate --localhost_number -1 -base 36 EZZZZZZ-003FPJ-WF **** +# hostno too big 255 TZ=GB exim_msgdate --localhost_number 19 -base 62 EZZZZZZ-003FPJ-WF **** @@ -162,7 +165,7 @@ exim_msgdate -l -u -z -pid 000000 1PANS3 ZZZZZZ exim_msgdate -l -u -z -localhost_number=3 E000000-005XGK-00 **** 0 TZ=GB -exim_msgdate -l -u -z -localhost_number=3 000000-005XGK-00 ZZZZZZ-005XGK-WF 1PANS3-003FPJ-TW +exim_msgdate -l -u -z -localhost_number=3 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW **** 0 TZ=GB exim_msgdate -l -u -z -localhost_number=3 000000 1PANS3 zzzzzz @@ -175,7 +178,7 @@ exim_msgdate -l -u -z -localhost_number=3 000000 1PANS3 ZZZZZZ exim_msgdate -l -u -z -localhost_number=13 E000000-005XGK-00 **** 0 TZ=GB -exim_msgdate -l -u -z -localhost_number=13 000000-005XGK-00 ZZZZZZ-005XGK-WF 1PANS3-003FPJ-TW +exim_msgdate -l -u -z -localhost_number=13 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW **** 0 TZ=GB exim_msgdate -l -u -z -localhost_number=13 000000 1PANS3 zzzzzz @@ -188,7 +191,7 @@ exim_msgdate -l -u -z -localhost_number=13 000000 1PANS3 ZZZZZZ exim_msgdate -l -u -z -localhost_number=20 E000000-005XGK-00 **** 255 TZ=GB -exim_msgdate -l -u -z -localhost_number=20 000000-005XGK-00 ZZZZZZ-005XGK-WF 1PANS3-003FPJ-TW +exim_msgdate -l -u -z -localhost_number=20 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW **** 255 TZ=GB exim_msgdate -l -u -z -localhost_number=20 000000 1PANS3 zzzzzz |