bug-autoconf
[Top][All Lists]
Advanced

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

Re: bug#8846: coreutils-8.12 on HP-UX 11.31: 3 of 365 tests failed


From: Eric Blake
Subject: Re: bug#8846: coreutils-8.12 on HP-UX 11.31: 3 of 365 tests failed
Date: Mon, 13 Jun 2011 16:47:51 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.10

On 06/13/2011 04:29 PM, Stefano Lattarini wrote:
> If this work, then using a bare `>&2' *at the end of TESTS_ENVIRONMENT* and

You meant a bare `9>&2', but yes that does seem to be workable for what
we want!

> *without a following semicolon* might give a portable workaround, as if I'm
> not mistaken POSIX mandates that redirections can be specified anywere on
> the command line, and are to be evaluated from left to right.

Yes, all shells support these as equivalent:

9>&2 sh k
sh k 9>&2

> 
> UPDATE: Yes, it seems to work.  I'll add a testcase to the 'maint' branch in
> case you and Jim decide to go with this solution (and you can confirm that it
> really works).

Cool!  Definitely worth documenting in the automake manual, as owner of
TESTS_ENVIRONMENT and as a client of init.sh functionality, as well as
your proposed automake testcase addition to ensure we don't break it.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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