Hello Tim, Thank you for your testing work.
* Tim Rice wrote on Wed, Dec 13, 2006 at 04:47:17AM CET: > > OpenServer 5.0.7 > /bin/ksh ./testsuite > /testsuite[966]: : is not an identifier > gmake[2]: *** [check-local] Error 1 > > However, If I configure it to use /usr/bin/bash (bash is not in /bin) I get > ERROR: 283 tests were run, > 5 failed (4 expected failures). > 17 tests were skipped. > > Test 100 failed. Please show the testsuite.log of the failure. > It is interesting that OpenServer 6 uses bash without specifying CONFIG_SHELL > on the configure line. But then bash can be found in /bin on OpenServer 6. [...] > I'm not sure why test 100 didn't use bash the first time. Please create a configure script from this configure.ac: AC_INIT AC_OUTPUT Add 'set -x' in line 2 manually. Post logs of running ./configure on 5.0.7 and 6. Cheers, Ralf
