diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-09-05 14:01:10 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-09-05 14:16:17 +0100 |
commit | 5dec5c7c0e98805bf8f345fe16b36ba676f24c4b (patch) | |
tree | 2481c8c6d78be097abbf19138965e009cd4668e2 /test/stderr | |
parent | 09b9a4dfe0e57982531a6dcf311be0c1b84e001a (diff) |
Testsuite: support "anything but" returncode script lines
Diffstat (limited to 'test/stderr')
-rw-r--r-- | test/stderr/0700 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/stderr/0700 b/test/stderr/0700 index 48aafe811..ff03d69cd 100644 --- a/test/stderr/0700 +++ b/test/stderr/0700 @@ -23,8 +23,11 @@ zzzzzzz not parsed ### Print date as seconds since the UNIX epoch. ### Show the process id too ### Override the value of localhost_number set in the exim configuation file +### hostno too big localhost_number > 10 +### hostno negative localhost_number must be a number >=0 +### hostno too big localhost_number > 16 ### From here as 701 - 703 ### Each msg-id type, all zone @@ -68,6 +71,9 @@ zzzzzz is not base 36 ### Print date as seconds since the UNIX epoch. ### Show the process id too ### Override the value of localhost_number set in the exim configuation file +### hostno too big +### hostno negative +### hostno too big ### From here as 701 - 703 ### Each msg-id type, all zone ### All msg-id types, all zones, localhost_number = 3 |