diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-17 08:17:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-17 08:17:48 +0000 |
commit | 67f04d2d5f85d737c58fe0cc765507f713666ce1 (patch) | |
tree | dc269a02c5af92f6226442864454f3793bfd5f19 /tests/FILEFORMAT | |
parent | 8f646eef450b16da1303c4183c77ca8bf2a9e3e7 (diff) |
support multiple error codes for a test case since some things just vary
between platforms
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index d41a05205..30f539b8f 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -165,7 +165,9 @@ Pass this given data on stdin to the tool. <verify> <errorcode> -numerical error code curl is supposed to return +numerical error code curl is supposed to return. Specify a list of accepted +error codes by separating multiple numbers with comma. See test 237 for an +example. </errorcode> <strip> One regex per line that is removed from the protocol dumps before the |