coreutils
[Top][All Lists]
Advanced

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

Re: coreutils-8.13.29-43a9 on AIX 7.1


From: Jim Meyering
Subject: Re: coreutils-8.13.29-43a9 on AIX 7.1
Date: Sat, 08 Oct 2011 17:46:20 +0200

Bruno Haible wrote:
> On AIX 7.1 with gcc
>
> FAIL: misc/help-version

Thanks for the testing and report.

This one is because its shell fails when i=[:

    # Ensure that each program "works" (exits successfully) when doing
    # something more than --help or --version.
    for i in $built_programs; do
      ...
      if env $i $args < $tmp_in > $tmp_out; then       <<<==========
        : # ok
      else
        echo FAIL: $i
        fail=1
      fi
      rm -rf $tmp_in $tmp_in2 $tmp_out $tmp_dir
    done

I'll bet if you use a better shell that test will not fail.

> FAIL: misc/pwd-long

I don't see how this can arise:

  pwd-long: /zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz: stat failed: 2

> FAIL: du/inaccessible-cwd
> FAIL: touch/trailing-slash

These other two will probably require debugging, so
I'll wait until I get access to a system like that.
Should be within a week or two.



reply via email to

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