On Fri, Mar 4, 2016 at 7:51 AM, Assaf Gordon wrote: > On AIX 7.1, "make check" fails to start perhaps due to shell syntax/makefile > syntax errors. > BTW, "gmake check" does succeed. > The error is: > === > $ cd tests > $ make check-TESTS V=1 > /bin/sh: 0403-057 Syntax error at line 1 : `if' is not matched. > make: 1254-004 The error code from the last command is 2. > Stop. > make: 1254-004 The error code from the last command is 2. > Stop. > === Hi Assaf, thank you for still more testing and that report. Here's a patch for the above. I'll look at the rest later.