Re: [PATCH 1/2] Use `set -e' in confsub.test (avoid false negatives).

2010-04-09 Thread Stefano Lattarini
> * tests/confsub.test: ... Also, bumped copyright years. Which I forgot to do. Sigh. An amended patch is attached. Sorry for the noise, Stefano From bd11ce65f4c8d0e4af29d6203f6e53c10cbf35f8 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 9 Apr 2010 18:24:34 +0200 Subject: [P

[PATCH 2/2] Some cleanup and cosmetic changes in confsub.test.

2010-04-09 Thread Stefano Lattarini
And a couple of cosmetic edits to the same test, since I was at it. Regards, Stefano --- Some cleanup and cosmetic changes in confsub.test. * tests/confsub.test: Prefer `echo' over `cat' to create one-line data files, and prefer `:' over `cat' to create empty data files. From d08e93d8d03fc

[PATCH 1/2] Use `set -e' in confsub.test (avoid false negatives).

2010-04-09 Thread Stefano Lattarini
A simple patch that fixes another test script which does not set the `errexit' shel flag, and which can experience false negatives (small, in this case). Regards, Stefano --- Use `set -e' in confsub.test (avoid false negatives). * tests/confsub.test: Enable shell `errexit' flag, and relat

[PATCH 2/2] Bugfix in confh5.test w.r.t. Solaris/Heirloom Sh.

2010-04-09 Thread Stefano Lattarini
* tests/confh5.test: In the generated Makefile.am: do not use `test ! -e FILE' to check for the non-existence of a file, since that is not supported by Solarish/Heirloom Sh. From c2711ecf6dd5c82f9d9819f5da8427caf8ad1d0e Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 9 Apr 2010 16:58:

[PATCH 1/2] Avoid possible false negatives in confh5.test.

2010-04-09 Thread Stefano Lattarini
Avoid possible false negatives in confh5.test. * tests/confh5.test: Enable shell `errexit' flag, and bumped copyright years. Due to this change, any unexpected failure in calls to $ACLOCAL, $AUTOMAKE, $AUTOCONF or $AUTOHEADER, or a failure in grepping expected text in output files should now caus