diff options
-rw-r--r-- | tests/data/test591 | 4 | ||||
-rw-r--r-- | tests/data/test592 | 5 |
2 files changed, 5 insertions, 4 deletions
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
</protocol> -# CURLE_UPLOAD_FAILED = 25 +# CURLE_FTP_ACCEPT_FAILED = 10 <errorcode> -25 +10 </errorcode> <upload> </upload> 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
</protocol> -# 28 == CURLE_OPERATION_TIMEDOUT +# CURLE_FTP_ACCEPT_FAILED = 10 <errorcode> -28 +10 </errorcode> <upload> </upload> |