Bruno Haible <[EMAIL PROTECTED]> 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