]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: avoid false failures on AIX
authorPádraig Brady <P@draigBrady.com>
Fri, 4 Aug 2017 04:20:08 +0000 (21:20 -0700)
committerPádraig Brady <P@draigBrady.com>
Mon, 14 Aug 2017 04:33:01 +0000 (21:33 -0700)
commitcc721e9b7beb900082b6f5e498ff5430ad18a4ff
tree5c9741bc6000a98bf24cc730cfabdb772384e926
parent787a8876fa83f2b66ccc770269fa9d481eef3b4c
tests: avoid false failures on AIX

* tests/ln/sf-1.sh: Limit the symlink size to 1MiB
to avoid memory exhaustion seen on NFS on AIX, giving:
  + printf '%0*d' 4294967296 0
  + ./tests/ln/sf-1.sh: line 38: printf: warning: 0: Result too large
* tests/id/setgid.sh: Skip the test when the adjusted gid
would equal 4294967295, as that's reserved on AIX.
Reported by Michael Felt.
tests/id/setgid.sh
tests/ln/sf-1.sh