]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Insert the `--text' argument for each test.
authorJim Meyering <jim@meyering.net>
Thu, 8 Mar 2001 07:48:14 +0000 (07:48 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 8 Mar 2001 07:48:14 +0000 (07:48 +0000)
tests/sha1sum/sample-vec

index 092276d13e2891439fef57ec3799bdaaa08829ef..e300778e74ce9d12007695649db57e1981157d59 100755 (executable)
@@ -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};