summaryrefslogtreecommitdiff
path: root/tests/sha1sum
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-08 07:48:14 +0000
committerJim Meyering <jim@meyering.net>2001-03-08 07:48:14 +0000
commitc2390af52f2164729be40455b019d31a69ecceef (patch)
tree1e99da25e86ff53199ef5249f34d76dfcc8470d9 /tests/sha1sum
parent6d28b40fcecedf22914126948bec478c94310a93 (diff)
downloadcoreutils-c2390af52f2164729be40455b019d31a69ecceef.tar.xz
Insert the `--text' argument for each test.
Diffstat (limited to 'tests/sha1sum')
-rwxr-xr-xtests/sha1sum/sample-vec2
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};