X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=blobdiff_plain;f=t%2Fhash-block.t;h=b42aa235e4d9699bb345da82236952402d711f68;hp=78008ab5d0a08ff09191ecf2c918dc9287fcd2f6;hb=c98fc7d0294e641cf8844306808333bdec4fea2f;hpb=1d0a10e989a4d0487aa13cf4f56e533d3795469d diff --git a/t/hash-block.t b/t/hash-block.t index 78008ab..b42aa23 100644 --- a/t/hash-block.t +++ b/t/hash-block.t @@ -28,7 +28,7 @@ use Test::More; } 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);