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/README | |
parent | 09b9a4dfe0e57982531a6dcf311be0c1b84e001a (diff) |
Testsuite: support "anything but" returncode script lines
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/README b/test/README index d013f7823..c0bfa04f1 100644 --- a/test/README +++ b/test/README @@ -681,7 +681,12 @@ script. For example: # -bS Use of HELO/RSET A line consisting just of digits is interpreted as the expected return code -for the command that follows. The default expectation when no such line exists +for the command that follows. + +A line consisting of a tilde (~) followed by digits indicates a non-expected +return code for the command that follows. + +The default expectation when neither such line exists is a zero return code. For example, here is a complete test script, containing just one command: |