pgsql: Fix places in TestLib.pm in need of adaptation to the output of

2021-09-21 Thread Michael Paquier
Fix places in TestLib.pm in need of adaptation to the output of Msys perl Contrary to the output of native perl, Msys perl generates outputs with CRLFs characters. There are already places in the TAP code where CRLFs (\r\n) are automatically converted to LF (\n) on Msys, but we missed a couple of

pgsql: Fix places in TestLib.pm in need of adaptation to the output of

2021-09-21 Thread Michael Paquier
Fix places in TestLib.pm in need of adaptation to the output of Msys perl Contrary to the output of native perl, Msys perl generates outputs with CRLFs characters. There are already places in the TAP code where CRLFs (\r\n) are automatically converted to LF (\n) on Msys, but we missed a couple of

pgsql: Fix places in TestLib.pm in need of adaptation to the output of

2021-09-21 Thread Michael Paquier
Fix places in TestLib.pm in need of adaptation to the output of Msys perl Contrary to the output of native perl, Msys perl generates outputs with CRLFs characters. There are already places in the TAP code where CRLFs (\r\n) are automatically converted to LF (\n) on Msys, but we missed a couple of

pgsql: Fix places in TestLib.pm in need of adaptation to the output of

2021-09-21 Thread Michael Paquier
Fix places in TestLib.pm in need of adaptation to the output of Msys perl Contrary to the output of native perl, Msys perl generates outputs with CRLFs characters. There are already places in the TAP code where CRLFs (\r\n) are automatically converted to LF (\n) on Msys, but we missed a couple of

pgsql: Fix places in TestLib.pm in need of adaptation to the output of

2021-09-21 Thread Michael Paquier
Fix places in TestLib.pm in need of adaptation to the output of Msys perl Contrary to the output of native perl, Msys perl generates outputs with CRLFs characters. There are already places in the TAP code where CRLFs (\r\n) are automatically converted to LF (\n) on Msys, but we missed a couple of

pgsql: Fix places in TestLib.pm in need of adaptation to the output of

2021-09-21 Thread Michael Paquier
Fix places in TestLib.pm in need of adaptation to the output of Msys perl Contrary to the output of native perl, Msys perl generates outputs with CRLFs characters. There are already places in the TAP code where CRLFs (\r\n) are automatically converted to LF (\n) on Msys, but we missed a couple of

pgsql: Fix places in TestLib.pm in need of adaptation to the output of

2021-09-21 Thread Michael Paquier
Fix places in TestLib.pm in need of adaptation to the output of Msys perl Contrary to the output of native perl, Msys perl generates outputs with CRLFs characters. There are already places in the TAP code where CRLFs (\r\n) are automatically converted to LF (\n) on Msys, but we missed a couple of