diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-08 07:48:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-08 07:48:14 +0000 |
commit | c2390af52f2164729be40455b019d31a69ecceef (patch) | |
tree | 1e99da25e86ff53199ef5249f34d76dfcc8470d9 /tests | |
parent | 6d28b40fcecedf22914126948bec478c94310a93 (diff) | |
download | coreutils-c2390af52f2164729be40455b019d31a69ecceef.tar.xz |
Insert the `--text' argument for each test.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/sha1sum/sample-vec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sha1sum/sample-vec b/tests/sha1sum/sample-vec index 092276d13..e300778e7 100755 --- a/tests/sha1sum/sample-vec +++ b/tests/sha1sum/sample-vec @@ -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}; |