test1010: verify that #1718 is fixed

... by doing two transfers in nocwd mode and check that there's no
superfluous CWD command.
This commit is contained in:
Daniel Stenberg 2017-08-03 23:50:02 +02:00
parent 2ccd65af3b
commit 561e9217c7
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,7 @@ ftp
FTP dir list nocwd FTP dir list nocwd
</name> </name>
<command> <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> </command>
</client> </client>
@ -50,6 +50,8 @@ PWD
EPSV EPSV
TYPE A TYPE A
LIST /list/this/path/1010/ LIST /list/this/path/1010/
EPSV
LIST /list/this/path/1010/
QUIT QUIT
</protocol> </protocol>
</verify> </verify>