From 3da4ebad30c049b5d58df1f8bccf6686554a300f Mon Sep 17 00:00:00 2001 From: Matthew Kerwin Date: Fri, 24 Nov 2017 22:39:18 +1000 Subject: test: add test for bad UNC/SMB path in file: URL --- tests/data/test2072 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/data/test2072 (limited to 'tests/data/test2072') diff --git a/tests/data/test2072 b/tests/data/test2072 new file mode 100644 index 000000000..2949c2502 --- /dev/null +++ b/tests/data/test2072 @@ -0,0 +1,38 @@ + + + +FILE + + + + + + +# Client-side + + +file + + +file:// with SMB path + + +file:////bad-host%PWD/log/test1145.txt + + +foo + bar +bar + foo +moo + + + +# Verify data after the test has been "shot" + +# CURLE_URL_MALFORMAT is error code 3 + +3 + + + -- cgit v1.2.3