diff options
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib1560.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libtest/lib1560.c b/tests/libtest/lib1560.c index 7a5be812a..e0faa12b2 100644 --- a/tests/libtest/lib1560.c +++ b/tests/libtest/lib1560.c @@ -300,6 +300,9 @@ static struct urltestcase get_url_list[] = { {"file:///file.txt", "file:///file.txt", 0, 0, CURLUE_OK}, + {"file:./", + "file://", + 0, 0, CURLUE_MALFORMED_INPUT}, {"http://example.com/hello/../here", "http://example.com/hello/../here", CURLU_PATH_AS_IS, 0, CURLUE_OK}, |