diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-02-20 12:18:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-02-20 12:18:08 +0000 |
commit | e6170eb20df55bc0b60dce4beec72ac44806b3e3 (patch) | |
tree | 626ab809610a421d586b697695040d9fb1773bed /tests/data/test405 | |
parent | 2c80bcbc812d7906e84ea90bc351a85ebefbf910 (diff) |
- Fixed test case 405 to not fail when libcurl is built with GnuTLS
Diffstat (limited to 'tests/data/test405')
-rw-r--r-- | tests/data/test405 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/data/test405 b/tests/data/test405 index 8560285ac..29e7af28e 100644 --- a/tests/data/test405 +++ b/tests/data/test405 @@ -18,14 +18,17 @@ ftp FTPS operation to FTP port </name> <command> --k ftps://%HOSTIP:%FTPPORT/path/to/file/405 +-m 5 -k ftps://%HOSTIP:%FTPPORT/path/to/file/405 </command> </client> # Verify data after the test has been "shot" <verify> +# error code 35 is CURLE_SSL_CONNECT_ERROR +# GnuTLS seems to not fail on its handshake but instead times out which gives +# error 28 <errorcode> -35 +35,28 </errorcode> </verify> </testcase> |