From 31b77c1877a807ab6184b22ab2310e096536b9b5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 20 May 2019 10:51:53 +0200 Subject: curl: report error for "--no-" on non-boolean options Reported-by: Olen Andoni Fixes #3906 Closes #3907 --- tests/data/test333 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tests/data/test333 (limited to 'tests/data/test333') diff --git a/tests/data/test333 b/tests/data/test333 new file mode 100644 index 000000000..198af9c86 --- /dev/null +++ b/tests/data/test333 @@ -0,0 +1,35 @@ + + + +command-line + + + +# +# Server-side + + + +# +# Client-side + + +none + + +Try a non-boolean command line option with --no- + + +--no-proxy "hey" http://%HOSTIP:%HTTPPORT/333 + + + +# +# Verify data after the test has been "shot" + +# detected the bad --no- prefix + +2 + + + -- cgit v1.2.3