diff options
Diffstat (limited to 'tests/misc/sha1sum')
-rwxr-xr-x | tests/misc/sha1sum | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sha1sum b/tests/misc/sha1sum index 811366b67..75d1e4bbb 100755 --- a/tests/misc/sha1sum +++ b/tests/misc/sha1sum @@ -76,7 +76,7 @@ my @Tests = {ERR=> "$prog: z: no properly formatted SHA1 checksum lines found\n"}], ); -# Insert the `--text' argument for each test. +# Insert the '--text' argument for each test. my $t; foreach $t (@Tests) { |