summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-04-19 19:13:58 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-04-19 19:13:58 +0100
commit35deab6a4e72f25219fa7989be018f39f46a2276 (patch)
tree47daa1e3e46d80d58af6e51be2646ce9010cd75a /test/runtest
parentb8fc75b3728d523ae83d02de92e1cfb002d25c9d (diff)
Testsuite: fix content-scanner interface tests
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index 4a4427839..84467064e 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1333,6 +1333,9 @@ $munges =
'loopback' =>
{ 'stdout' => 's/[[](127\.0\.0\.1|::1)]/[IP_LOOPBACK_ADDR]/' },
+ 'scanfile_size' =>
+ { 'stdout' => 's/(Content-length:) \d\d\d/$1 ddd/' },
+
};