From 561e9217c743fc829dc622c4d6aee5f920418ba0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 3 Aug 2017 23:50:02 +0200 Subject: test1010: verify that #1718 is fixed ... by doing two transfers in nocwd mode and check that there's no superfluous CWD command. --- tests/data/test1010 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/data/test1010 b/tests/data/test1010 index a51d68ab3..b2083af7b 100644 --- a/tests/data/test1010 +++ b/tests/data/test1010 @@ -36,7 +36,7 @@ ftp FTP dir list nocwd -ftp://%HOSTIP:%FTPPORT//list/this/path/1010/ --ftp-method nocwd +ftp://%HOSTIP:%FTPPORT//list/this/path/1010/ ftp://%HOSTIP:%FTPPORT//list/this/path/1010/ --ftp-method nocwd @@ -50,6 +50,8 @@ PWD EPSV TYPE A LIST /list/this/path/1010/ +EPSV +LIST /list/this/path/1010/ QUIT -- cgit v1.2.3