diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-07 09:21:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-07 09:21:30 +0000 |
commit | ed786290e27c7a79217d731d6ce9a1c92f1b5e01 (patch) | |
tree | 157be92b71f8e9154f89116dc89a56f0fe0320e0 /tests/data/test202 | |
parent | 8b2861da85ddd6797825338e108e21519b3ad4eb (diff) |
test 202 - two file:// URLs in one command line
Diffstat (limited to 'tests/data/test202')
-rw-r--r-- | tests/data/test202 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/data/test202 b/tests/data/test202 new file mode 100644 index 000000000..4a7fd313e --- /dev/null +++ b/tests/data/test202 @@ -0,0 +1,26 @@ +# Server-side +<reply> +<data> +</data> +</reply> + +# Client-side +<client> + <name> +two file:// URLs to stdout + </name> + <command> +file://localhost/%PWD/log/test202.txt file://localhost/%PWD/log/test202.txt +</command> +<file name="log/test202.txt"> +contents in a single file +</file> +</test> + +# Verify data after the test has been "shot" +<verify> +<stdout> +contents in a single file +contents in a single file +</stdout> +</verify> |