aboutsummaryrefslogtreecommitdiff
path: root/tests/FILEFORMAT
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-20 22:48:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-20 22:48:43 +0000
commit291a908f195d462c91abd8eabfae55a0cf8c8181 (patch)
treecc93afd4c62c9025ad49128eef149ec240aa1c49 /tests/FILEFORMAT
parentb264a03f891551c442eaff048f6e81ae74d450c1 (diff)
Added support for "verify" => "stripfile" to strip contents of the file that
is being checked. Also made the server retrying sleep only one second instead of three, to reduce some waiting when fooling around with the servers.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r--tests/FILEFORMAT4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT
index 58d37410e..d41a05205 100644
--- a/tests/FILEFORMAT
+++ b/tests/FILEFORMAT
@@ -187,6 +187,10 @@ This verfies that this data was passed to stdout.
<file name="log/filename">
the file's contents must be identical to this
</file>
+<stripfile>
+One perl op per line that operates on the file before being compared. This is
+pretty advanced. Example: "s/^EPRT .*/EPRT stripped/"
+</stripfile>
<upload>
the contents of the upload data curl should have sent
</upload>