Tighten up Windows CRLF conversion in our TAP test scripts.
authorTom Lane <[email protected]>
Thu, 9 Jul 2020 21:38:52 +0000 (17:38 -0400)
committerTom Lane <[email protected]>
Thu, 9 Jul 2020 21:38:52 +0000 (17:38 -0400)
commit4c17c5a8529c79d71c6e4284743dd64b79748e12
treee084c05a05b99abbdf87fb8882c0726fa1e11aeb
parent765ad260a18fc65003ef244b401ef83525ff3da4
Tighten up Windows CRLF conversion in our TAP test scripts.

Back-patch commits 91bdf499b and ffb4cee43, so that all branches
agree on when and how to do Windows CRLF conversion.

This should close the referenced thread.  Thanks to Andrew Dunstan
for discussion/review.

Discussion: https://postgr.es/m/412ae8da-76bb-640f-039a-f3513499e53d@gmx.net
src/bin/pg_rewind/t/RewindTest.pm
src/test/perl/PostgresNode.pm
src/test/perl/TestLib.pm