diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-05 21:51:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-05 21:51:45 +0000 |
commit | d292088a831efa967d669d10871762488d496c86 (patch) | |
tree | ea6a9bd595383953bb0d7f2782c669c1ba6fab3c /tests/FILEFORMAT | |
parent | de100f8b51b58d21d8b671cccd6e22181344116a (diff) |
added the missing stdin section
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 6b48382c0..c1d50721e 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -125,6 +125,10 @@ this creates the named file with this content before the test case is run which is useful if the test case needs a file to act on. </file> +<stdin> +Pass this given data on stdin to the tool. +</stdin> + </client> <verify> |