summaryrefslogtreecommitdiff
path: root/cpan/Digest-SHA/t/dumpload.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Digest-SHA/t/dumpload.t')
-rw-r--r--cpan/Digest-SHA/t/dumpload.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Digest-SHA/t/dumpload.t b/cpan/Digest-SHA/t/dumpload.t
index 24cea54c58..a1f1cf4101 100644
--- a/cpan/Digest-SHA/t/dumpload.t
+++ b/cpan/Digest-SHA/t/dumpload.t
@@ -51,7 +51,7 @@ while (@sharsp) {
if ($alg == 384) { $skip = sha384_hex("") ? 0 : 1 }
if ($alg == 512) { $skip = sha512_hex("") ? 0 : 1 }
if ($skip) {
- print "ok ", $testnum++, " # skip: no 64 bit\n";
+ print "ok ", $testnum++, " # skip: no 64-bit\n";
next;
}
my $digest;