Re: tests cleanup

2008-09-30 Thread Jim Meyering
Simon Josefsson <[EMAIL PROTECTED]> wrote: > I ported Eric Blake's test-memchr.c fix to test-memrchr.c, and fixed > another minor bug in test-getdate.c. This fixed the two warnings that > are easy to fix on: > > http://autobuild.josefsson.org/gnulib/log-200809290932420171000.txt > > The rest are w

Re: tests cleanup

2008-09-29 Thread Simon Josefsson
I ported Eric Blake's test-memchr.c fix to test-memrchr.c, and fixed another minor bug in test-getdate.c. This fixed the two warnings that are easy to fix on: http://autobuild.josefsson.org/gnulib/log-200809290932420171000.txt The rest are warnings about possibly uninitialized variables, but all

tests cleanup

2008-09-15 Thread Eric Blake
I noticed some compiler warnings in the m4 testsuite, which were easy to avoid even though they didn't affect correctness. >From a0dc688369a937a657cdf8d35f362c3068b0af9a Mon Sep 17 00:00:00 2001 From: Eric Blake <[EMAIL PROTECTED]> Date: Mon, 15 Sep 2008 14:31:03 -0600 Subject: [PATCH] tests: avo