bug#10466: MSYS problem with redirects

2012-01-27 Thread Stefano Lattarini
On 01/27/2012 03:37 PM, Peter Rosin wrote: > > So, the patch is good. Thanks for fixing! > Thanks for confirming. I've pushed the patch, and I'm thus closing this report. Regards, Stefano

bug#10466: MSYS problem with redirects

2012-01-27 Thread Peter Rosin
Stefano Lattarini skrev 2012-01-27 13:20: > tags 10466 + patch > severity 10466 minor > thanks > > On 01/16/2012 12:40 PM, Peter Rosin wrote: >> Sorry for the delay. >> > Ditto here :-) > >> Stefano Lattarini skrev 2012-01-09 20:32: >>> On 01/09/2012 12:29 PM, Peter Rosin wrote: Hi! >>>

bug#10466: MSYS problem with redirects

2012-01-27 Thread Stefano Lattarini
tags 10466 + patch severity 10466 minor thanks On 01/16/2012 12:40 PM, Peter Rosin wrote: > Sorry for the delay. > Ditto here :-) > Stefano Lattarini skrev 2012-01-09 20:32: >> On 01/09/2012 12:29 PM, Peter Rosin wrote: >>> Hi! >>> >>> parallel-tests-fd-redirect.test fails on MSYS, and I think >>

bug#10466: [PATCH] tests: improve diagnostics when write(2) fails (was: bug#10466: MSYS problem with redirects)

2012-01-23 Thread Peter Rosin
Stefano Lattarini skrev 2012-01-09 20:32: > On 01/09/2012 12:29 PM, Peter Rosin wrote: >> With this diff: >> >> diff --git a/tests/parallel-tests-fd-redirect.test >> b/tests/parallel-tests-fd-red >> index 73a134e..5728014 100755 >> --- a/tests/parallel-tests-fd-redirect.test >> +++ b/tests/paralle

bug#10466: MSYS problem with redirects

2012-01-16 Thread Peter Rosin
Sorry for the delay. Stefano Lattarini skrev 2012-01-09 20:32: > On 01/09/2012 12:29 PM, Peter Rosin wrote: >> Hi! >> >> parallel-tests-fd-redirect.test fails on MSYS, and I think >> the cause is that the write (9, ...) simply doesn't work for >> MinGW programs (baz.exe and qux.test.exe). It work

bug#10466: MSYS problem with redirects

2012-01-13 Thread Stefano Lattarini
Reference: Hi Peter. Ping on this? It seems my reply has somehow slipped through the cracks ... Thanks, Stefano

bug#10466: MSYS problem with redirects

2012-01-09 Thread Stefano Lattarini
On 01/09/2012 12:29 PM, Peter Rosin wrote: > Hi! > > parallel-tests-fd-redirect.test fails on MSYS, and I think > the cause is that the write (9, ...) simply doesn't work for > MinGW programs (baz.exe and qux.test.exe). It works for the > shell scripts (foo.sh and bar) since /bin/sh is an MSYS >

bug#10466: MSYS problem with redirects

2012-01-09 Thread Peter Rosin
Hi! parallel-tests-fd-redirect.test fails on MSYS, and I think the cause is that the write (9, ...) simply doesn't work for MinGW programs (baz.exe and qux.test.exe). It works for the shell scripts (foo.sh and bar) since /bin/sh is an MSYS program and thus is a lot more POSIXy. But redirecting f