diff options
Diffstat (limited to 'tests/data/test333')
-rw-r--r-- | tests/data/test333 | 35 |
1 files changed, 35 insertions, 0 deletions
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 @@ +<testcase> +<info> +<keywords> +command-line +</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +none +</server> + <name> +Try a non-boolean command line option with --no- + </name> + <command> +--no-proxy "hey" http://%HOSTIP:%HTTPPORT/333 +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +# detected the bad --no- prefix +<errorcode> +2 +</errorcode> +</verify> +</testcase> |