bug-textutils
[Top][All Lists]
Advanced

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

Re: textutils 2.0.12 on cygwin


From: Matthew Smith
Subject: Re: textutils 2.0.12 on cygwin
Date: Tue, 6 Mar 2001 00:54:37 -0600

Jim:

    That did the trick.  With that patch, textutils 2.0.12 passes all tests
on cygwin.  Great job!

thanks,
-Matt Smith
cygwin textutils maintainer


> Thanks for the report.
> How about this patch?
>
> Index: sample-vec
> ===================================================================
> RCS file: /fetish/textutils/tests/sha1sum/sample-vec,v
> retrieving revision 1.5
> diff -u -p -r1.5 sample-vec
> --- sample-vec 2000/11/03 11:12:01 1.5
> +++ sample-vec 2001/03/06 03:57:19
> @@ -519,7 +519,7 @@ foreach $t (@Tests)
>      $h->{OUT} = lc $h->{OUT} . "  f\n";
>
>      # Insert the `--text' argument for each test.
> -    #splice @$t, 1, 0, '--text';
> +    splice @$t, 1, 0, '--text';
>    }
>
>  my $save_temps = $ENV{DEBUG};
>





reply via email to

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