diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-26 12:04:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-26 12:04:34 +0000 |
commit | a33c53a36b2e4c5fdaefe410f295ac2210e0d75e (patch) | |
tree | 5a3a7327fcb4bbf02afbb75f943602db1358ce8c /tests/data/test402 | |
parent | 2370d4fa02da0284419cc081d7c0fde70626da50 (diff) | |
download | curl-a33c53a36b2e4c5fdaefe410f295ac2210e0d75e.tar.gz |
Removed the FTPS test cases, they only annoy us as they don't work for anyone
anywhere. We need to write a better ftps-server for test purposes and then
we can re-introduced FTPS tests.
Diffstat (limited to 'tests/data/test402')
-rw-r--r-- | tests/data/test402 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/data/test402 b/tests/data/test402 deleted file mode 100644 index 96fbcec42..000000000 --- a/tests/data/test402 +++ /dev/null @@ -1,27 +0,0 @@ -# Server-side -<reply> -moooooooo -</reply> - -# Client-side -<client> -<server> -ftps -</server> -<killserver> -ftp -</killserver> - <name> -FTPS operation to FTP port - </name> - <command> --k ftps://%HOSTIP:%FTPPORT/path/to/file/402 -</command> -</client> - -# Verify data after the test has been "shot" -<verify> -<errorcode> -35 -</errorcode> -</verify> |