diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-06 23:45:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-06 23:45:59 +0000 |
commit | bf9a1382762f7235b03e89defabcac986220cb46 (patch) | |
tree | 10c17db54ca0095953e17661a389adcbb84443b7 /tests/data/test76 | |
parent | b3f9c636b9a87a9bfc7d239e0eb254e7df696f78 (diff) |
more tests
Diffstat (limited to 'tests/data/test76')
-rw-r--r-- | tests/data/test76 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/data/test76 b/tests/data/test76 new file mode 100644 index 000000000..da43e2b06 --- /dev/null +++ b/tests/data/test76 @@ -0,0 +1,29 @@ +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +none +</server> + <name> +HTTP, -O with no file name part in the URL + </name> + <command option=no-output> +http://%HOSTIP:%HOSTPORT/76/ -O +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<errorcode> +23 +</errorcode> +</verify> |