From 0c460e80eddd553fb2ecc569fe568b7b618c58e1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Jun 2012 22:34:06 +0200 Subject: pop3 tests: CAPA instead of AUTH After Steve's commit e336bc7c42c7340 test 1319 and 1407 need to check for CAPA instead of AUTH. --- tests/data/test1407 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1407') 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" -AUTH +CAPA USER user PASS secret LIST 1407 -- cgit v1.2.3