Subject: | Warning messages during test |
When doing a './Build test', we get the following errors:
"Unsuccessful stat on on filename containing a newline at [...]Tidy.pm
line 58".
I investigated and found that the filename is actually a piece of
raw XML to which a raw "-r" is being applied.
Looking at the documentation it seems that the first argument should
always be a keyword like 'filename', 'binary' etc and not raw XML
as it appears to be in this case.