mirror of
https://github.com/curl/curl.git
synced 2026-05-30 11:17:30 +03:00
pop3 tests: CAPA instead of AUTH
After Steve's commit e336bc7c42 test 1319 and 1407 need to check
for CAPA instead of AUTH.
This commit is contained in:
parent
bf51b8c07a
commit
0c460e80ed
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ pop3://%HOSTIP:%POP3PORT/1319 -p -x %HOSTIP:%PROXYPORT -u user:secret
|
|||
^User-Agent:
|
||||
</strip>
|
||||
<protocol>
|
||||
AUTH
|
||||
CAPA
|
||||
USER user
|
||||
PASS secret
|
||||
RETR 1319
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ pop3://%HOSTIP:%POP3PORT/1407 -l -u user:secret --libcurl log/test1407.c
|
|||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<protocol>
|
||||
AUTH
|
||||
CAPA
|
||||
USER user
|
||||
PASS secret
|
||||
LIST 1407
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue