diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-10-09 22:50:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-10-09 22:50:40 +0200 |
commit | 00fb811e2b05ed88d4847c0a96a7dddb51e77bcf (patch) | |
tree | 7644da6e802c7451eef8543360d8d7a58bc2091e /tests | |
parent | f8e593887e7ef69de8e07e10c62c4e1b2faca30e (diff) | |
download | curl-00fb811e2b05ed88d4847c0a96a7dddb51e77bcf.tar.gz |
test298: verify --ftp-method nowcwd with URL encoded path
Ref: #1974
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test298 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test298 b/tests/data/test298 index 80913e84b..09b127fbf 100644 --- a/tests/data/test298 +++ b/tests/data/test298 @@ -25,7 +25,7 @@ ftp FTP CWD with --ftp-method nocwd </name> <command> ---ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/third/298 +--ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/th%69rd/298 </command> </client> |