diff options
Diffstat (limited to 'tests/misc/sha256sum')
-rwxr-xr-x | tests/misc/sha256sum | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sha256sum b/tests/misc/sha256sum index 44fbc1d6f..d8ac08208 100755 --- a/tests/misc/sha256sum +++ b/tests/misc/sha256sum @@ -40,7 +40,7 @@ my @Tests = {OUT=>"cdc76e5c9914fb9281a1c7e284d73e67f1809a48a497200e046d39ccc7112cd0 f\n"}], ); -# Insert the `--text' argument for each test. +# Insert the '--text' argument for each test. my $t; foreach $t (@Tests) { |