diff options
author | Gokhan Sengun <gokhansengun@gmail.com> | 2011-12-06 23:41:24 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-12-07 15:37:05 +0100 |
commit | 2b24dd870e81512542f238cb1b124cecb942a34f (patch) | |
tree | 151c695ddd70f74cfc0e62503aeef575a6adbdac /tests/data | |
parent | 46724b87b769ff50e1e6b90d2aabc50b8ba7c1a9 (diff) |
multi interface: fix block when CONNECT_ONLY option is used
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/Makefile.am | 2 | ||||
-rw-r--r-- | tests/data/test597 | 37 |
2 files changed, 38 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 23e2a7ddd..93faca212 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -48,7 +48,7 @@ test551 test552 test553 test554 test555 test556 test557 test560 test561 \ test562 test563 test564 test565 test566 test567 test568 test569 test570 \ test571 test572 test573 test574 test575 test576 test578 test579 test580 \ test581 test582 test583 test584 test585 test586 test587 test588 test590 \ -test591 test592 test593 test594 test595 test596 \ +test591 test592 test593 test594 test595 test596 test597 \ test600 test601 test602 test603 test604 \ test605 test606 test607 test608 test609 test610 test611 test612 test613 \ test614 test615 test616 test617 test618 test619 test620 test621 test622 \ diff --git a/tests/data/test597 b/tests/data/test597 new file mode 100644 index 000000000..458bb6453 --- /dev/null +++ b/tests/data/test597 @@ -0,0 +1,37 @@ +<testcase> +<info> +<keywords> +FTP +CONNECT_ONLY +</keywords> +</info> + +# Client-side +<client> +<server> +ftp +</server> +<tool> +lib597 +</tool> + <name> +FTP connect only option + </name> + +<command> +ftp://%HOSTIP:%FTPPORT +</command> + +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +USER anonymous
+PASS ftp@example.com
+PWD
+QUIT
+</protocol> +</verify> +</testcase> |