[email protected] (Ludovic Courtès) writes:

>> * test-suite/tests/popen.test (open-input-pipe:no duplicate): Add
>>   another pipe from parent to child, so that the child can finish by
>>   reading from this.  Then the parent controls the child lifetime by
>>   writing to this pipe.
>>
>>   test-suite/tests/popen.test (open-output-pipe:no duplicate): Add
>>   another pipe from child to parent, and have the child finish by
>>   endlessly writing into this.  Then the parent controls the child
>>   lifetime by closing its end of the pipe, causing a broken pipe in
>>   the child.
>
> One nitpick: this entry doesn't completely follow the GNU ChangeLog
> style.  Also, the rationale for the change belongs in comments in
> `popen.test' rather than in the commit log.

Ah, you caught me; I wrote that one by hand...  I'll fix it up.

Thanks,
        Neil


Reply via email to