On 27/07/2017 10:24, Michael Felt wrote:
On AIX 5.3 /bin/sh cannot run the tests... make[4]: Entering directory '/tmp/coreutils-8.27.4-3c9d7'make[4]: execvp: /bin/sh: Arg list too long
Seems, as I feared, /bin/sh is hard-coded in make check.At least, export SHELL=/different/shell; ./configure ...; make; make check - does not have any impact.