X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=t%2Fhmac-block.t;h=87f280913f0b863c1eef8a6ed1fb9441d01b2ea8;hb=c98fc7d0294e641cf8844306808333bdec4fea2f;hp=d0488c6ea0bff0894a02f104cf96c0e10565283d;hpb=50f1a929d9224b9072b5fae39162a5d943323c5d;p=chaz%2Fp5-File-KDBX diff --git a/t/hmac-block.t b/t/hmac-block.t index d0488c6..87f2809 100644 --- a/t/hmac-block.t +++ b/t/hmac-block.t @@ -32,7 +32,7 @@ my $KEY = "\x01" x 64; } SKIP: { - skip 'Tests require fork' if !can_fork; + skip 'fork required to test long data streams' if !can_fork; my $expected_plaintext = "\x64" x (1024*1024*12 - 57);