On my UnixWare 7.1.4 box I'm seeing failure on test 84 Here is a snip from "gmake -C tests check TESTSUITEFLAGS='-v -d -x 84'" ..... ./m4sh.at:596: autom4te --language=m4sh script.as -o script + autom4te '--language=m4sh' script.as -o script ./m4sh.at:597: $CONFIG_SHELL ./script + ./script 2c2 < 2 --- > fail (1:1) 84. m4sh.at:560: FAILED (m4sh.at:597) .....
And yet if I run it manually it seems to work. ....... $ cd tests/testsuite.dir/084 $ rm -r two* $ ./script 1 2 3 $ echo $? 0 ....... Attached as 084.tar.gz is the contents of 084 from "gmake -C tests check TESTSUITEFLAGS='-v -d -x 84'" and 084-debug.tar.gz is from a run with gmake -C tests check CONFIG_SHELL='/bin/ksh -x' TESTSUITEFLAGS='-v -d -x 84' Nothing is jumping out at me right now but then with guests here for the weekend, I'm not really in debugging mode right now. -- Tim Rice Multitalents (707) 456-1146 t...@multitalents.net (707) 887-1469
084.tar.gz
Description: Binary data
084-debug.tar.gz
Description: Binary data