From 17ea2631cd081dff7380d0b960448d1414f64bd7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 20 May 2005 10:40:32 +0000 Subject: Add support for text mode on stdout tests as well, and add the mode=text to the docs. --- tests/FILEFORMAT | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'tests/FILEFORMAT') diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 616adcda3..57850fb64 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -197,11 +197,17 @@ 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 - + This verfies that this data was passed to stdout. + +Use the "mode=text" attribute if the output is in text mode on platforms that +have a text/binary difference. - -the file's contents must be identical to this + +The file's contents must be identical to this after the test is complete. + +Use the "mode=text" attribute if the output is in text mode on platforms that +have a text/binary difference. One perl op per line that operates on the file before being compared. This is -- cgit v1.2.3