diff options
Diffstat (limited to 'tests/sha1sum/sample-vec')
-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}; |