diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-06-04 19:41:56 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-06-04 19:41:56 +0100 |
commit | 1fc89eb87f317369a2d2a576867edd3ce7210d4a (patch) | |
tree | c555b89038a399b43d724b7c0e881f787281cc2f /tests/data/test815 | |
parent | e336bc7c42c73409671ce69ff43830cf077eb234 (diff) | |
download | curl-1fc89eb87f317369a2d2a576867edd3ce7210d4a.tar.gz |
tests: Updated pop3 tests for change in auth mechanism detection
Diffstat (limited to 'tests/data/test815')
-rw-r--r-- | tests/data/test815 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test815 b/tests/data/test815 index c4170f0ca..261887f9b 100644 --- a/tests/data/test815 +++ b/tests/data/test815 @@ -49,7 +49,7 @@ pop3://%HOSTIP:%POP3PORT/815 -u user:secret # Verify data after the test has been "shot" <verify> <protocol> -AUTH
+CAPA
USER user
PASS secret
RETR 815
|