diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-10-27 01:04:36 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-10-27 01:04:36 +0000 |
commit | 15feb8217fffb50a2af13dc24c3432d23360ad8b (patch) | |
tree | dbf3954a9cf64641061e90f0a3bd31aab8f0a34c /tests/FILEFORMAT | |
parent | 59dccb34b0a0cf839b9dcf7e07c5cd3ab17c1433 (diff) | |
download | curl-15feb8217fffb50a2af13dc24c3432d23360ad8b.tar.gz |
Fixed the 2000-series tests so that the downloaded data is actually checked
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 90c3f9117..550bcb614 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -213,9 +213,9 @@ If a CONNECT is used to the server (to emulate HTTPS etc over proxy), the port number given in the CONNECT request will be used to identify which test that is being run, if the proxy host name is said to start with 'test'. -Set 'option=no-output' to prevent the test script to slap on the --output +Set option="no-output" to prevent the test script to slap on the --output argument that directs the output to a file. The --output is also not added if -the client/stdout section is used. +the verify/stdout section is used. Available substitute variables include: %CLIENTIP - IPv4 address of the client running curl |