Re: Procsub.tests on OSes using named pipes

2020-02-15 Thread Chet Ramey
On 2/13/20 5:00 AM, CHIGOT, CLEMENT wrote: > Hi,  > > procsub.tests is failing on OSes using named pipes (like AIX).  > As far as I understand, with named pipes, the temporary file (sh-np*) is > suppressed once it has been read, therefore every attempts to read the same > input will fail with EN

Re: Procsub.tests on OSes using named pipes

2020-02-15 Thread Chet Ramey
On 2/14/20 9:07 AM, CHIGOT, CLEMENT wrote: > Hi everyone,  > > Actually, there is another bug when using named pipes, which might be related > to my previous patch. > When using named pipe to write from the parent to the child process, the > child process is blocking in the open syscall of proce