From 2b24dd870e81512542f238cb1b124cecb942a34f Mon Sep 17 00:00:00 2001 From: Gokhan Sengun Date: Tue, 6 Dec 2011 23:41:24 +0100 Subject: multi interface: fix block when CONNECT_ONLY option is used --- tests/data/Makefile.am | 2 +- tests/data/test597 | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 tests/data/test597 (limited to 'tests/data') 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 @@ + + + +FTP +CONNECT_ONLY + + + +# Client-side + + +ftp + + +lib597 + + +FTP connect only option + + + +ftp://%HOSTIP:%FTPPORT + + + + +# +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +QUIT + + + -- cgit v1.2.3