On 03/04/2012 04:14 PM, P. Martin wrote: > ./acc.at:29: at_check_env That's checking that the test in question doesn't pollute the environment or the working directory. Basically, that the output of the 'set' and of the 'ls' commands shouldn't change.
Perhaps you can look at one of the simpler logs and see what went wrong. Should be in tests/testsuite.dir/*. Does the problem go away if you set LC_ALL=C in your environment? That'd be a hint.