]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - t/crypt.t
Fix CryptX 0.062 functionality change
[chaz/p5-File-KDBX] / t / crypt.t
index 69a52efb33dfad5a75382be33bd3e2847f8f78f9..abb6dc6fc341bcaedbab7773dbf4de91bdcb5f00 100644 (file)
--- a/t/crypt.t
+++ b/t/crypt.t
@@ -40,7 +40,7 @@ subtest 'Error handling' => sub {
     pipe(my $read, my $write) or die "pipe failed: $!";
     $read = File::KDBX::IO::Crypt->new($read, cipher => $block_cipher);
 
-    print $write "blah blah blah!\1";
+    print $write "blah blah blah!"; # should produce: FATAL: cipher text length has to be multiple of 16 (15)
     close($write) or die "close failed: $!";
 
     is $read->error, '', 'Read handle starts out fine';
This page took 0.017591 seconds and 4 git commands to generate.