X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F27_filehandle.t;h=aff3007b79f6565d9f0b5da012148ece439db931;hb=9c87a079060af9b367681cd1f96d0abd36745836;hp=006f26ae88268ae3b4bfbab1f8f3dee54daecc55;hpb=97d40a0ac43400f8416c3e930c5626c5cb472a55;p=dbsrgits%2FDBM-Deep.git diff --git a/t/27_filehandle.t b/t/27_filehandle.t index 006f26a..aff3007 100644 --- a/t/27_filehandle.t +++ b/t/27_filehandle.t @@ -98,7 +98,7 @@ locking => 0, } qr/Cannot write to a readonly filehandle/, "Can't write to a read-only filehandle"; ok( !$db->exists( 'foo' ), "foo still doesn't exist" ); - is( $db->{x}, 'b', "x is still 'b'" ); + is( $db->{x}, 'b' ); } exec( "$^X -Iblib/lib $filename" );