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

2010-04-08 Thread Stefano Lattarini
Avoid possible false negatives in cond46.test. * tests/cond46.test: Enable shell `errexit' flag (and bumped copyright years). Due to this change, the testcase should now fail on unexpected failures in calls to $ACLOCAL/$AUTOMAKE (whose outcomes were previously unchecked), and on failures in grepp

Re: [PATCH 0/3] Enable `errexit' a.k.a. `set -e' shell flag in all test scripts.

2010-04-08 Thread Stefano Lattarini
Oops, I forgot to bump the copyright years in the modified test. An updated patch is attached, which also slighty improves the considerations about the "safety" of the introduction of `set -e'. Regards, Stefano From 77a78ced3805392d4a80cd5896f8e5f9d37f7331 Mon Sep 17 00:00:00 2001 From: Stef

Re: [PATCH 0/3] Enable `errexit' a.k.a. `set -e' shell flag in all test scripts.

2010-04-08 Thread Stefano Lattarini
At Sunday 04 April 2010, Ralf Wildenhues wrote: > Hello Stefano, > > * Stefano Lattarini wrote on Wed, Mar 31, 2010 at 01:24:05PM CEST: > > I'll soon post a couple of patches enabling the `errexit' a.k.a. > > `set -e' shell flag unconditionally in all test scripts. This > > helps making the beh