diff options
author | Zenju <zenju@gmx.de> | 2019-09-25 17:48:53 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-09-26 13:57:44 +0200 |
commit | 2f036a72d543e96128bd75cb0fedd88815fd42e2 (patch) | |
tree | ad06d97e1d6949b7595480b686445270e8aab52a /tests/data/test1091 | |
parent | 0ab38f5fd6c15451cdec816ca6c6a163b98e1d25 (diff) | |
download | curl-2f036a72d543e96128bd75cb0fedd88815fd42e2.tar.gz |
FTP: url-decode path before evaluation
Closes #4423
Diffstat (limited to 'tests/data/test1091')
-rw-r--r-- | tests/data/test1091 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/test1091 b/tests/data/test1091 index f3ce8608a..24669334b 100644 --- a/tests/data/test1091 +++ b/tests/data/test1091 @@ -34,7 +34,8 @@ FTP URL with type=i USER anonymous
PASS ftp@example.com
PWD
-CWD /tmp
+CWD /
+CWD tmp
CWD moo
EPSV
TYPE I
|