X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=blobdiff_plain;f=t%2Fhmac-block.t;h=035d43319170dc90341d5f31fcf1e88b2d4bae8d;hp=87f280913f0b863c1eef8a6ed1fb9441d01b2ea8;hb=796fdad82448b51f9c990ca461df647341a84b7e;hpb=84a35b3fe4421abbe930586dd3a214cbb15da9b7 diff --git a/t/hmac-block.t b/t/hmac-block.t index 87f2809..035d433 100644 --- a/t/hmac-block.t +++ b/t/hmac-block.t @@ -44,9 +44,9 @@ SKIP: { $write = File::KDBX::IO::HmacBlock->new($write, key => $KEY); 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::HmacBlock->new($read, key => $KEY);