X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=blobdiff_plain;f=t%2Fhmac-block.t;h=87f280913f0b863c1eef8a6ed1fb9441d01b2ea8;hp=d0488c6ea0bff0894a02f104cf96c0e10565283d;hb=c98fc7d0294e641cf8844306808333bdec4fea2f;hpb=1d0a10e989a4d0487aa13cf4f56e533d3795469d 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);