diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-12-01 00:45:46 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-12-05 17:05:44 +0100 |
commit | 615edc1f73090f5f876f1491f9658f6429fdf481 (patch) | |
tree | ed060508a315f6ca306a6d1ab492b6687f8f3f40 /tests/FILEFORMAT | |
parent | 4401409468f590520dd5d0f0a55607eefa5ff4c1 (diff) |
sasl_getmesssage: make sure we have a long enough string to pass
For pop3/imap/smtp, added test 891 to somewhat verify the pop3
case.
For this, I enhanced the pingpong test server to be able to send back
responses with LF-only instead of always using CRLF.
Closes #2150
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index fbeee2a7e..5426f333f 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -124,6 +124,8 @@ REPLY [command] [return value] [response string] evaluated as a perl string, so it can contain embedded \r\n, for example. There's a special [command] named "welcome" (without quotes) which is the string sent immediately on connect as a welcome. +REPLYLF (like above but sends the response terminated with LF-only and not + CRLF) COUNT [command] [num] - Do the REPLY change for [command] only [num] times and then go back to the built-in approach |