Re: [PATCH] Minor improvements and fixes in tests `depcomp*.test'.

2010-08-08 Thread Stefano Lattarini
At Sunday 08 August 2010, Ralf Wildenhues wrote: > > This one needs fixes. > > > --- a/tests/depcomp2.test > > +++ b/tests/depcomp2.test > > @@ -43,11 +43,12 @@ END > > > > : > subdir/foo.c > > > > # Ignore user CFLAGS. > > > > -CFLAGS= > > -export CFLAGS > > +unset CFLAGS > > Unsetting a

Re: [PATCH] Minor improvements and fixes in tests `depcomp*.test'.

2010-08-08 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Tue, Jun 22, 2010 at 06:48:00PM CEST: > Yet another testsuite-tweaking patch. > * tests/depcomp.test: Do not create useless dummy source files. > Add a trailing `:' command. > * tests/depcomp2.test: Use `unset' on the CFLAG variable to ensure > it's not in in the envir

Re: [PATCH] Minor improvements and fixes in tests `depcomp*.test'.

2010-07-17 Thread Stefano Lattarini
Hello Ralf. Ping on this? I'll wait 72 hours, then, if there are no objections, I'll push the patch to maint (with merges to master and branch-1.11, following your earlier advices). Regards, Stefano

[PATCH] Minor improvements and fixes in tests `depcomp*.test'.

2010-06-22 Thread Stefano Lattarini
++--- tests/depcomp5.test | 11 +++ tests/depcomp6.test | 11 --- tests/depcomp7.test | 14 +++--- 8 files changed, 74 insertions(+), 23 deletions(-) From 642a33e308d692b20e8a8238607023b920864858 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 21 Jun 2010 17:47