Commit 561e9217 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

test1010: verify that #1718 is fixed

... by doing two transfers in nocwd mode and check that there's no
superfluous CWD command.
parent 2ccd65af
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ ftp
FTP dir list nocwd
 </name>
 <command>
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
</command>
</client>

@@ -50,6 +50,8 @@ PWD
EPSV
TYPE A
LIST /list/this/path/1010/
EPSV
LIST /list/this/path/1010/
QUIT
</protocol>
</verify>