diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2013-04-12 15:29:28 +0200 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2013-04-12 22:43:13 +0200 |
| commit | 61d259f95045c2ec029d4234af80b00d91fec080 (patch) | |
| tree | 5aa64b7102d3f9acdde7890adfe8202f7ba03037 /tests/data/test106 | |
| parent | c01735865fcf0f35bb845762a9791c32ce9c0c4d (diff) | |
FTP: access files in root dir correctly
Accessing a file with an absolute path in the root dir but with no
directory specified was not handled correctly. This fix comes with four
new test cases that verify it.
Bug: http://curl.haxx.se/mail/lib-2013-04/0142.html
Reported by: Sam Deane
Diffstat (limited to 'tests/data/test106')
| -rw-r--r-- | tests/data/test106 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/test106 b/tests/data/test106 index d1b9a81b9..56eca6420 100644 --- a/tests/data/test106 +++ b/tests/data/test106 @@ -39,7 +39,8 @@ FTP GET with type=A style ASCII URL using %20 codes USER anonymous
PASS ftp@example.com
PWD
-CWD /path with spaces
+CWD /
+CWD path with spaces
CWD and things2
EPSV
TYPE A
|
