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

Previous Next

Package: coreutils;

Reported by: Bruno Haible <bruno <at> clisp.org>

Date: Mon, 13 Jun 2011 09:17:01 UTC

Severity: normal

Tags: moreinfo

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Bruno Haible <bruno <at> clisp.org>
To: Jim Meyering <jim <at> meyering.net>
Cc: stefano.lattarini <at> gmail.com, 8846 <at> debbugs.gnu.org, Eric Blake <eblake <at> redhat.com>
Subject: bug#8846: coreutils-8.12 on HP-UX 11.31: 3 of 365 tests failed
Date: Mon, 13 Jun 2011 21:21:36 +0200
[Message part 1 (text/plain, inline)]
Jim Meyering wrote:
> --- a/tests/init.sh
> +++ b/tests/init.sh
> @@ -317,6 +317,11 @@ path_prepend_ ()
> 
>  setup_ ()
>  {
> +  # If we're redirecting a file descriptor larger than 2, say via automake's
> +  # TESTS_ENVIRONMENT, that redirected FD is closed-on-exec on some systems
> +  # (at least Solaris 10 and HP-UX 11.x), so redirect it here again.
> +  test $stderr_fileno_ = 2 || eval "exec $stderr_fileno_>&2"
> +
>    if test "$VERBOSE" = yes; then
>      # Test whether set -x may cause the selected shell to corrupt an
>      # application's stderr.  Many do, including zsh-4.3.10 and the /bin/sh

With this change, I get the attached log on HP-UX 11.31.

-- 
In memoriam Anna Göldi <http://en.wikipedia.org/wiki/Anna_Göldi>
[test-suite.log (text/x-log, attachment)]

This bug report was last modified 13 years and 347 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.