[PATCH] Fix conflnk3.test to work with Solaris/Heirloom Sh.

2010-05-06 Thread Stefano Lattarini
* tests/conflnk3.test: Use `test -r FILE' and `test ! -r FILE' instead of respectively `test -e FILE' and `test ! -e FILE', since Solaris Sh doesn't grok the latter. Do not SKIP the test if the shell doesn't support `test -e'. Regards, Stefano From d294e89fcdbfc7b5abf92ee9031647460eec490d Mo

Re: Failure in test subobj9.test with heirloom make

2010-05-06 Thread Stefano Lattarini
At Thursday 06 May 2010, Stefano Lattarini wrote: > Hello Ralf. > > I can confirm that this failures happen also with Solaris 10 make > (both with /usr/ccs/bin/make and /usr/xpg4/bin/make). I think > it's a good reason to apply your fix. WDYT? > > Regards, > Stefano > Sorry, wrong list

Re: Failure in test subobj9.test with heirloom make

2010-05-06 Thread Stefano Lattarini
Hello Ralf. I can confirm that this failures happen also with Solaris 10 make (both with /usr/ccs/bin/make and /usr/xpg4/bin/make). I think it's a good reason to apply your fix. WDYT? Regards, Stefano

[PATCH] Enable `errexit' shell flag in some test scripts.

2010-05-06 Thread Stefano Lattarini
Enable the `errexit' shell flag in another bunch of test scripts. No relevant semantic change should be introduced by the patch, except for the test `discover.test', which has been made slighty stricter w.r.t. the exit status of Automake (a non-zero exit status is expected) and the grepping of

[PATCH] Avoid possible false negatives in dejagnu7.test.

2010-05-06 Thread Stefano Lattarini
Enable the shell `errexit' flag in `tests/dejagnu7.test', so that previously unchecked failures now cause the whole test to fail. Also, avoid unportable use of fgrep option `-e'. Regards, Stefano From 9b487b1e65ca5d0e3361c484fe624a729c9245fc Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Da