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: Jim Meyering
Subject: Re: textutils 2.0.12 on cygwin
Date: 06 Mar 2001 04:58:41 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.99

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};

"Matthew Smith" <address@hidden> wrote:
| Hi:
|
|     textutils 2.0.12 now builds out of the box on cygwin again, many thanks!
| I'm running into a problem during 'make check'.  Here is what is spit out:
|
|
| (I chopped out the majority of the output, it was the stdout mismatch
| problem, repeated a whole lot of times - the actual and expected values were
| always 0.1 apart, if that has any meaning)
|
| ! 975dce94902923977f129c0e4acf40ad28ddb9aa *f
| -: test 229: stdout mismatch, comparing 229.1 (actual) and 229.O (expected)
| *** 229.1       Mon Mar  5 19:57:34 2001
| --- 229.O       Mon Mar  5 19:57:34 2001
| ***************
| *** 1 ****
| ! 333b0259b18ce64d6b52cf563dd3041e5f63a516  f
| --- 1 ----
| ! 333b0259b18ce64d6b52cf563dd3041e5f63a516 *f
| FAIL: sample-vec



reply via email to

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