diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-06-04 22:34:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-06-04 22:34:06 +0200 |
commit | 0c460e80eddd553fb2ecc569fe568b7b618c58e1 (patch) | |
tree | 229e02209ae9d243d7347156f7a36be8349bbda3 /tests/data/test1407 | |
parent | bf51b8c07af9f6eb16c82673c66ce7402c067172 (diff) |
pop3 tests: CAPA instead of AUTH
After Steve's commit e336bc7c42c7340 test 1319 and 1407 need to check
for CAPA instead of AUTH.
Diffstat (limited to 'tests/data/test1407')
-rw-r--r-- | tests/data/test1407 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1407 b/tests/data/test1407 index a8d911e0d..a0c84057d 100644 --- a/tests/data/test1407 +++ b/tests/data/test1407 @@ -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
|