Re: [PATCH] Enable `errexit' shell flag in various tests (again).

2010-06-12 Thread Stefano Lattarini
At Saturday 12 June 2010, Ralf Wildenhues wrote: > This patch is good for maint, thanks. > > > -cat > configure.in << 'END' > > -AC_INIT > > -AM_INIT_AUTOMAKE(nonesuch, nonesuch) > > +set -e > > + > > +cat > configure.in < > +AC_INIT([$me], [1.0]) > > +AM_INIT_AUTOMAKE > > Just be sure that we ke

Re: [PATCH] Enable `errexit' shell flag in various tests (again).

2010-06-12 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Fri, Jun 11, 2010 at 05:30:57PM CEST: > Enable `errexit' shell flag in various tests. > > * tests/backsl.test: Enable the `errexit' shell flag, and > related changes. > * tests/backsl2.test: Likewise. > * tests/block.test: Likewise. > * tests/canon2.test:

[PATCH] Enable `errexit' shell flag in various tests (again).

2010-06-11 Thread Stefano Lattarini
Enable `errexit' shell flag in various tests. * tests/backsl.test: Enable the `errexit' shell flag, and related changes. * tests/backsl2.test: Likewise. * tests/block.test: Likewise. * tests/canon2.test: Likewise. * tests/canon4.test: Likewise. * tests/comment2.test: Likewise. * tests/condlib.test