> > one test -- test-dup2 -- recently added to the findutils test suite
> > is inherently broken and may fail.
>
> Thanks for the report.
> Rather than removing the test, let's fix it by closing the next
> two fd's. It should be an easy enough fix, but I don't have
> commit access right now or I
> one test -- test-dup2 -- recently added to the findutils test suite
> is
> inherently broken and may fail.
Thanks for the report.
>
> The test (from gnulib) assumes that after (test-dup2.c line 68)
> int fd = open (file, O_CREAT | O_RDWR, 0600);
> fd is an open file (correct), and that f