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