diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-09-26 14:52:30 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-09-26 14:53:19 +0200 |
commit | ea7744a07ebd957eccb9a867eee0c3e3d67efff5 (patch) | |
tree | beb4915cf3a6d3328c32c7b9b2859fcbdd3826d5 /tests/data/test1091 | |
parent | 0ccdec339d3e475b24ce1a5af382ef083bf8b06f (diff) |
Revert "FTP: url-decode path before evaluation"
This reverts commit 2f036a72d543e96128bd75cb0fedd88815fd42e2.
Diffstat (limited to 'tests/data/test1091')
-rw-r--r-- | tests/data/test1091 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/data/test1091 b/tests/data/test1091 index 24669334b..f3ce8608a 100644 --- a/tests/data/test1091 +++ b/tests/data/test1091 @@ -34,8 +34,7 @@ FTP URL with type=i USER anonymous
PASS ftp@example.com
PWD
-CWD /
-CWD tmp
+CWD /tmp
CWD moo
EPSV
TYPE I
|