diff options
Diffstat (limited to 'tests/data/test226')
-rw-r--r-- | tests/data/test226 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/data/test226 b/tests/data/test226 new file mode 100644 index 000000000..414438feb --- /dev/null +++ b/tests/data/test226 @@ -0,0 +1,20 @@ +# Client-side +<client> +<server> +ftp +</server> + <name> +FTP %0d-code in URL's CWD part + </name> + <command> +ftp://%HOSTIP:%FTPPORT/226%0d +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +# 3 == CURLE_URL_MALFORMAT +<errorcode> +3 +</errorcode> +</verify> |