diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-09-21 08:21:43 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-09-22 14:43:33 +0200 |
commit | a4db3f70468c31c0d579e6b9dcd4e90cd9f0d1a8 (patch) | |
tree | ef9b519926df71f72493ebca518ac8e232154755 /tests/data/test856 | |
parent | b8e0fe19ec3bd3b673a14043a4b5e656d9c26d06 (diff) | |
download | curl-a4db3f70468c31c0d579e6b9dcd4e90cd9f0d1a8.tar.gz |
tests: make the imap server not verify user+password
... as the test cases themselves do that and it makes it easier to add
crazy test cases.
Test 800 updated to use user name + password that need quoting.
Test 856 updated to trigger an auth fail differently.
Ref: #1902
Diffstat (limited to 'tests/data/test856')
-rw-r--r-- | tests/data/test856 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/test856 b/tests/data/test856 index 4d8d7ed61..dcb07c5a9 100644 --- a/tests/data/test856 +++ b/tests/data/test856 @@ -10,6 +10,9 @@ FAILURE # # Server-side <reply> +<servercmd> +REPLY PASS -ERR Login failure +</servercmd> </reply> # |