bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: test-select-out failures


From: Simon Josefsson
Subject: Re: test-select-out failures
Date: Mon, 10 Nov 2008 18:26:10 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

Bruno Haible <address@hidden> writes:

> Simon Josefsson wrote:
>> FAIL: test-select-out.sh
>
> Works for me on Linux 2.4.21, glibc 2.3.6. What's your system type?

Linux 2.6.26, glibc 2.7; essentially a normal x86 debian unstable
machine.

The failing test is the first pipe test:

( { echo abc; ./test-select-fd w 1; } | { sleep 1; cat; } ) > /dev/null 2> 
t-select-out.tmp
test `cat t-select-out.tmp` = "0" || echo exit

Those two commands prints 'exit' here.  The other tests, including the
second pipe test works fine.

I suspect dash as /bin/sh, but using bash triggers the same problem too.

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]