X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=blobdiff_plain;f=t%2Fhash-block.t;h=3bf32617e0a15153339f0c9661b7d70677137af5;hp=b42aa235e4d9699bb345da82236952402d711f68;hb=796fdad82448b51f9c990ca461df647341a84b7e;hpb=84a35b3fe4421abbe930586dd3a214cbb15da9b7 diff --git a/t/hash-block.t b/t/hash-block.t index b42aa23..3bf3261 100644 --- a/t/hash-block.t +++ b/t/hash-block.t @@ -40,9 +40,9 @@ SKIP: { $write = File::KDBX::IO::HashBlock->new($write); print $write $expected_plaintext; close($write) or die "close failed: $!"; - # exit; - require POSIX; - POSIX::_exit(0); + exit; + # require POSIX; + # POSIX::_exit(0); } $read = File::KDBX::IO::HashBlock->new($read);