diff options
Diffstat (limited to 'tests/data/test237')
-rw-r--r-- | tests/data/test237 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/data/test237 b/tests/data/test237 index 1a5f0e275..be7dfd58e 100644 --- a/tests/data/test237 +++ b/tests/data/test237 @@ -22,8 +22,11 @@ REPLY PASV 227 Entering Passiv Mode (1218,91,256,127,127,127) <verify> # curl: (15) Can't resolve new host 1218.91.256.127:32639 # 15 => CURLE_FTP_CANT_GET_HOST +# some systems just don't fail on the illegal host name/address but instead +# moves on and attempt to connect to... yes, to what? +# 7= CURLE_COULDNT_CONNECT <errorcode> -15 +15, 7 </errorcode> <protocol> USER anonymous
|