diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-04-30 20:15:33 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-04-30 20:15:33 +0000 |
commit | 5187faeeb97321343cd0a1f3ad9aa10992513e99 (patch) | |
tree | bb96009d55f96c9b05c032982c14abb31e775270 /tests/FILEFORMAT | |
parent | 1228ec9fbb7db2d6f1615e8736be66d5c6f698d2 (diff) |
Improved the test harness to allow running test servers on other than
the default port numbers, allowing more than one test suite to run
simultaneously on the same host.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index d0cb8b44e..3264ef5f7 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -265,6 +265,7 @@ advanced. Example: "s/^EPRT .*/EPRT stripped/" the protocol dump curl should transmit, if 'nonewline' is set, we will cut off the trailing newline of this given data before comparing with the one actually sent by the client +Variables are substituted as in the <command> section. </protocol> <stdout [mode="text"]> This verifies that this data was passed to stdout. |