From ea7744a07ebd957eccb9a867eee0c3e3d67efff5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Sep 2019 14:52:30 +0200 Subject: Revert "FTP: url-decode path before evaluation" This reverts commit 2f036a72d543e96128bd75cb0fedd88815fd42e2. --- tests/data/test1091 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/data/test1091') 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 -- cgit v1.2.3