testsuite on master (was: Re: [PATCH] tests: fix aclocal-print-acdir.test)

2011-10-20 Thread Stefano Lattarini
On Thursday 20 October 2011, Jim Meyering wrote: > Stefano Lattarini wrote: > > > Feel free to push the patch to master. > > Done. > Thank you. > I saw 5 other "make check" failures on master this morning. > I suppose it's not worth investigating them, given how much > is happening in testsuite-

Re: [PATCH] tests: fix aclocal-print-acdir.test

2011-10-20 Thread Jim Meyering
Stefano Lattarini wrote: > On Thursday 20 October 2011, Jim Meyering wrote: >> Without the patch below, I would consistently see this failure: >> >> FAIL: aclocal-print-acdir.test (exit: 1) >> >> + set -e >> ... >> ++ aclocal-1.11a -Werr

Re: [PATCH] tests: fix aclocal-print-acdir.test

2011-10-20 Thread Stefano Lattarini
On Thursday 20 October 2011, Jim Meyering wrote: > Without the patch below, I would consistently see this failure: > > FAIL: aclocal-print-acdir.test (exit: 1) > > + set -e > ... > ++ aclocal-1.11a -Werror --print-ac-dir > + test /h/

[PATCH] tests: fix aclocal-print-acdir.test

2011-10-20 Thread Jim Meyering
+ exit_status=1 + set +e ... I haven't delved into it to see how this test could be succeeding for anyone else, so the patch may well be wrong. >From 367df29afd3c875da003fb1cd927e3b2f8ae2197 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 20 Oct 2011 17:57:55 +0200 Subject: [PATCH] te