Subject: | Test script 04misc.t fails under MSWindows due to \r\n |
The testing of the tracing features fails under Windows (Postgres 8.2.5,
Strawberry Perl v5.10.0) because the result strings coming back from the
database are \r\n terminated, as opposed to the strings in the test
script which are \n terminated.
Adding "$info =~ s/\r\n/\n/g;" after $info is set fixes the problem and
probably does no harm in Unix environments.