From: Daniel Stenberg Date: Sat, 6 Apr 2013 15:49:58 +0000 (+0200) Subject: ftp tests: libcurl returns CURLE_FTP_ACCEPT_FAILED better now X-Git-Tag: curl-7_30_0~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18f0ab7bd353289049ca06c4a7105473e37a8f20;p=curl ftp tests: libcurl returns CURLE_FTP_ACCEPT_FAILED better now Since commit 57aeabcc1a20f, it handles errors on the control connection while waiting for the data connection better. Test 591 and 592 are updated accordingly. --- diff --git a/tests/data/test591 b/tests/data/test591 index 42a227112..1455a38e1 100644 --- a/tests/data/test591 +++ b/tests/data/test591 @@ -63,9 +63,9 @@ TYPE I STOR 591 QUIT -# CURLE_UPLOAD_FAILED = 25 +# CURLE_FTP_ACCEPT_FAILED = 10 -25 +10 diff --git a/tests/data/test592 b/tests/data/test592 index 23aa6c465..f44320577 100644 --- a/tests/data/test592 +++ b/tests/data/test592 @@ -62,10 +62,11 @@ EPRT |1| PORT TYPE I STOR 592 +QUIT -# 28 == CURLE_OPERATION_TIMEDOUT +# CURLE_FTP_ACCEPT_FAILED = 10 -28 +10