diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-06-11 15:11:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-11 15:11:41 +0000 |
commit | 813911db595d5a4ae8d0f870d2bb84058f696b6b (patch) | |
tree | 1118819cd736c148acacd4ee80296f955a8511d0 /tests/FILEFORMAT | |
parent | 3c49b405de4fbf1fd7127f91908261268640e54f (diff) |
more nonewline support
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 6eb143485..c64423ef4 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -19,8 +19,10 @@ data to sent to the client on its request and later verified that it arrived safely. Set the nocheck=1 to prevent the test script to verify the arrival of this data. </data> -<datacheck> -if the data is sent but this is what should be checked afterwards +<datacheck [nonewline=yes]> +if the data is sent but this is what should be checked afterwards. 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 </datacheck> <size> number to return on a ftp SIZE command |