diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-08 11:31:03 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-08 13:16:12 +0000 |
commit | f5bf7636988febc332349f2a1deb2a4329ff3243 (patch) | |
tree | 473c4485e76ee27b804b1e10a5cecc3563835162 /test/runtest | |
parent | b1c673ddfac7f322a62786cd4aae8b5b30ba69e8 (diff) |
Add debug for content of file tainted due to faile name taint
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
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 ======== |