mirror of
https://github.com/curl/curl.git
synced 2026-08-05 11:26:14 +03:00
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
This commit is contained in:
parent
b8e0fe19ec
commit
a4db3f7046
3 changed files with 8 additions and 14 deletions
|
|
@ -10,6 +10,9 @@ FAILURE
|
|||
#
|
||||
# Server-side
|
||||
<reply>
|
||||
<servercmd>
|
||||
REPLY PASS -ERR Login failure
|
||||
</servercmd>
|
||||
</reply>
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue