summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-01-08 11:31:03 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-01-08 13:16:12 +0000
commitf5bf7636988febc332349f2a1deb2a4329ff3243 (patch)
tree473c4485e76ee27b804b1e10a5cecc3563835162 /test/runtest
parentb1c673ddfac7f322a62786cd4aae8b5b30ba69e8 (diff)
Add debug for content of file tainted due to faile name taint
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index 3c16a1e46..c590ffc31 100755
--- a/test/runtest
+++ b/test/runtest
@@ -893,7 +893,7 @@ RESET_AFTER_EXTRA_LINE_READ:
# The sizes of filter files may vary because of the substitution of local
# filenames, logins, etc.
- s/^\d+(?= bytes read from )/ssss/;
+ s/^\d+(?= (\(tainted\) )?bytes read from )/ssss/;
# ======== OpenSSL error messages ========