Re: [PATCH] Modernize, improve and/or extend tests `colon*.test.

2010-06-17 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sat, Jun 12, 2010 at 11:48:15PM CEST: > Another patch tweaking scripts in the testsuite. Thanks, most of this is uncontroversial, but a couple of things I don't understand: > --- a/tests/colon3.test > +++ b/tests/colon3.test > @@ -1,6 +1,6 @@ > #! /bin/sh > -# Copyri

Re: [PATCH] Add useful comment in test script ext.test.

2010-06-17 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Jun 13, 2010 at 10:40:22PM CEST: > Another cosmetic change adding an IMHO useful comment to an idiom in a > test script. Thanks! For maint. Ralf > * tests/ext.test: Add a comment explaining why an apparently > useless `if' statement is indeed required.

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-06-17 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Sat, Jun 12, 2010 at 11:31:57PM CEST: > New tests on obsoleted usages of automake/autoconf macros (as > AC_INIT, AM_INIT_AUTOMAKE and AC_OUTPUT). I have some detail questions about these tests, below. Thanks for working on them! Cheers, Ralf > --- /dev/n