- Fixed test case 405 to not fail when libcurl is built with GnuTLS
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user