bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gc self test fixes


From: Ralf Wildenhues
Subject: Re: gc self test fixes
Date: Fri, 28 Oct 2005 15:53:33 +0200
User-agent: Mutt/1.5.11

Hi Simon,

* Simon Josefsson wrote on Fri, Oct 28, 2005 at 02:17:29PM CEST:
> 
*snip*
> Index: tests/test-gc-md5.c
> ===================================================================
> RCS file: /cvsroot/gnulib/gnulib/tests/test-gc-md5.c,v
> retrieving revision 1.2
> diff -u -p -r1.2 test-gc-md5.c
> --- tests/test-gc-md5.c       18 Oct 2005 23:45:03 -0000      1.2
> +++ tests/test-gc-md5.c       28 Oct 2005 12:16:59 -0000
*snip*
> @@ -76,7 +78,7 @@ main (int argc, char *argv[])
>      if (memcmp (out, expect, 16) != 0)
>        {
>       size_t i;
> -     printf ("md5 1 missmatch. expected:\n");
> +     printf ("md5 2 missmatch. expected:\n");
>       for (i = 0; i < 16; i++)
>         printf ("%02x ", expect[i] & 0xFF);
>       printf ("\ncomputed:\n");

You might want to
  cd gnulib/tests
  for f in *.c; do
    sed 's/missmatch/mismatch/g' <$f >$f.new && mv -f $f.new $f
  done

Not that it matters much, though.  :-)

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]