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