Fixed storage->size to only return what the size of the DB is, not the file as a...
[dbsrgits/DBM-Deep.git] / t / 27_filehandle.t
index aff3007..006f26a 100644 (file)
@@ -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' );
+        is( $db->{x}, 'b', "x is still 'b'" );
     }
 
     exec( "$^X -Iblib/lib $filename" );