* 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
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
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
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
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