From e6170eb20df55bc0b60dce4beec72ac44806b3e3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 20 Feb 2008 12:18:08 +0000 Subject: - Fixed test case 405 to not fail when libcurl is built with GnuTLS --- tests/data/test405 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests') 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 --k ftps://%HOSTIP:%FTPPORT/path/to/file/405 +-m 5 -k ftps://%HOSTIP:%FTPPORT/path/to/file/405 # Verify data after the test has been "shot" +# error code 35 is CURLE_SSL_CONNECT_ERROR +# GnuTLS seems to not fail on its handshake but instead times out which gives +# error 28 -35 +35,28 -- cgit v1.2.3