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 | |
parent | 0ccdec339d3e475b24ce1a5af382ef083bf8b06f (diff) |
Revert "FTP: url-decode path before evaluation"
This reverts commit 2f036a72d543e96128bd75cb0fedd88815fd42e2.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1091 | 3 | ||||
-rw-r--r-- | tests/data/test143 | 3 |
2 files changed, 2 insertions, 4 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
diff --git a/tests/data/test143 b/tests/data/test143 index 0f36dd9c3..a4df8cbf1 100644 --- a/tests/data/test143 +++ b/tests/data/test143 @@ -32,8 +32,7 @@ FTP URL with type=a USER anonymous
PASS ftp@example.com
PWD
-CWD /
-CWD tmp
+CWD /tmp
CWD moo
EPSV
TYPE A
|