diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-05-07 22:51:59 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-05-07 22:52:43 +0200 |
commit | 51b0f09b5e2286d4e59996da5d8d8713535882d8 (patch) | |
tree | 4321031a168ff921620b2618482cb9b363dcb868 /tests/FILEFORMAT | |
parent | 8dac7be438512a8725d3c71e9139bdfdcac1ed8c (diff) | |
download | curl-51b0f09b5e2286d4e59996da5d8d8713535882d8.tar.gz |
runtests.pl: support nonewline="yes" in client/stdin sections
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index eeb4a9822..019137a55 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -316,8 +316,11 @@ Variables are substituted on the contents of the file as in the <command> section. </file> -<stdin> +<stdin [nonewline="yes"]> Pass this given data on stdin to the tool. + +If 'nonewline' is set, we will cut off the trailing newline of this given data +before comparing with the one actually received by the client </stdin> </client> |