Re: [COMMITTERS] pgsql: Work around Msys weakness in Testlib.pm's command_like()

2017-07-31 Thread Peter Eisentraut
On 7/26/17 22:49, Andrew Dunstan wrote: > Work around Msys weakness in Testlib.pm's command_like() > > When output of IPC::Run::run () is redirected to scalar references, in > certain circumstances the Msys perl does not correctly detect that the > end of file has been seen, making the test hang i

[COMMITTERS] pgsql: Work around Msys weakness in Testlib.pm's command_like()

2017-07-26 Thread Andrew Dunstan
Work around Msys weakness in Testlib.pm's command_like() When output of IPC::Run::run () is redirected to scalar references, in certain circumstances the Msys perl does not correctly detect that the end of file has been seen, making the test hang indefinitely. One such circumstance is when the com