]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Tighten up Windows CRLF conversion in our TAP test scripts.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Jul 2020 21:38:52 +0000 (17:38 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Jul 2020 21:38:52 +0000 (17:38 -0400)
commita3cfb10764bb4fb20d8d57afc9f02c8eca3f570d
tree011f8a44ff2dec6bb649d3ea5078bcac3c80eea5
parent2564e2d08546dfedc1482e10205be58a20ffe3cc
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