aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1010
diff options
context:
space:
mode:
authorZenju <zenju@gmx.de>2019-09-13 17:32:04 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-09-18 09:27:21 +0200
commit1c02a4e8747defab6607e90173d294875eb73ba1 (patch)
tree8b7e8edeea6989945f3ddafc13373e369a5f6b56 /tests/data/test1010
parentac58c51b297466e248c2c1201c2c6c895c477a11 (diff)
FTP: remove trailing slash from path for LIST/MLSD
Closes #4348
Diffstat (limited to 'tests/data/test1010')
-rw-r--r--tests/data/test10104
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1010 b/tests/data/test1010
index b2083af7b..ef073f5e5 100644
--- a/tests/data/test1010
+++ b/tests/data/test1010
@@ -49,9 +49,9 @@ PASS ftp@example.com
PWD
EPSV
TYPE A
-LIST /list/this/path/1010/
+LIST /list/this/path/1010
EPSV
-LIST /list/this/path/1010/
+LIST /list/this/path/1010
QUIT
</protocol>
</verify>