On Wed, Oct 07, 2015 at 06:10:26PM -0400, Lennart Sorensen wrote:
> I have been seeing uio.test failing consistently in one build scenario
> and finally tracked down the problem.
> 
> My build has an extra file handle open when it builds strace, and uio.test
> assumes only stdin, stdout and stderr are open at the time of the test.
> 
> Simple way to cause the failure:
> 
> make check 3<&0

Thanks, I've fixed the test by changing it to use descriptor 0
like many other strace tests do.


-- 
ldv

Attachment: pgpfxHjJLje_f.pgp
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to