diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-17 08:17:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-17 08:17:48 +0000 |
commit | 67f04d2d5f85d737c58fe0cc765507f713666ce1 (patch) | |
tree | dc269a02c5af92f6226442864454f3793bfd5f19 /tests/data/test237 | |
parent | 8f646eef450b16da1303c4183c77ca8bf2a9e3e7 (diff) |
support multiple error codes for a test case since some things just vary
between platforms
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
|