diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-04-06 17:49:58 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-04-06 17:51:03 +0200 |
commit | 18f0ab7bd353289049ca06c4a7105473e37a8f20 (patch) | |
tree | ece4f0d5691df139761f013625b06b8f23322f5f /tests/data/test592 | |
parent | 57aeabcc1a20ff8ed1d725ef0309d0d8f64194d8 (diff) |
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.
Diffstat (limited to 'tests/data/test592')
-rw-r--r-- | tests/data/test592 | 5 |
1 files changed, 3 insertions, 2 deletions
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> |