diff options
author | Yang Tse <yangsita@gmail.com> | 2009-12-16 15:24:12 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-12-16 15:24:12 +0000 |
commit | 044ba6dad2cb0d891baf40ddcd611a4b9aca3921 (patch) | |
tree | 8f9620b0136463ae84c11feb9cef65b960e654d3 /tests/data/test1106 | |
parent | 3802d027cd01f30a4cf548bdd8a6245db3213722 (diff) |
Test #1106 needs an ftp enabled client
Diffstat (limited to 'tests/data/test1106')
-rw-r--r-- | tests/data/test1106 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/data/test1106 b/tests/data/test1106 index 2ac14d145..0c6bec177 100644 --- a/tests/data/test1106 +++ b/tests/data/test1106 @@ -22,6 +22,9 @@ hello # Client-side <client> +<features> +ftp +</features> <server> http </server> @@ -32,10 +35,8 @@ FTP URL and with ftp_proxy environment variable set <setenv> ftp_proxy=http://%HOSTIP:%HTTPPORT/ </setenv> -# note that we need quotes around the URL below to make sure the shell doesn't -# treat the semicolon as a separator! <command> -"ftp://%HOSTIP:23456/1106" +ftp://%HOSTIP:23456/1106 </command> </client> |