diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-10-08 21:46:55 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-10-08 21:46:55 +0000 |
commit | 8dfddd279b450fa460950f6bb13323c66a2256a5 (patch) | |
tree | e0a572ad1c83b74d758ce6e193cf55c7cf7588c9 /tests/data/test1084 | |
parent | 544f2f74dfa7ef9bdb08b098995e61c1ca0e1aca (diff) | |
download | curl-8dfddd279b450fa460950f6bb13323c66a2256a5.tar.gz |
Added tests 1082 through 1085 to test symbolic --interface parameters
Diffstat (limited to 'tests/data/test1084')
-rw-r--r-- | tests/data/test1084 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/data/test1084 b/tests/data/test1084 new file mode 100644 index 000000000..fdaa16a74 --- /dev/null +++ b/tests/data/test1084 @@ -0,0 +1,37 @@ +<testcase> +<info> +<keywords> +HTTP +HTTP GET +--interface +FAILURE +</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +none +</server> + <name> +HTTP GET with invalid --interface + </name> + <command> +http://%HOSTIP:%HTTPPORT/1084 --interface non-existing-host.haxx.se. +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<errorcode> +7 +</errorcode> +</verify> +</testcase> |