summaryrefslogtreecommitdiff
path: root/tests/sha1sum/sample-vec
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sha1sum/sample-vec')
-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};