]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - t/hash-block.t
Add iterator
[chaz/p5-File-KDBX] / t / hash-block.t
index 78008ab5d0a08ff09191ecf2c918dc9287fcd2f6..b42aa235e4d9699bb345da82236952402d711f68 100644 (file)
@@ -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);
 
This page took 0.016729 seconds and 4 git commands to generate.