Commit 0c460e80 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

pop3 tests: CAPA instead of AUTH

After Steve's commit e336bc7c test 1319 and 1407 need to check
for CAPA instead of AUTH.
parent bf51b8c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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