Standardized test incantations
[dbsrgits/DBM-Deep.git] / t / 40_freespace.t
index d242710..2cf2f85 100644 (file)
@@ -12,7 +12,6 @@ use_ok( 'DBM::Deep' );
     my ($fh, $filename) = new_fh();
     my $db = DBM::Deep->new({
         file => $filename,
-        fh => $fh,
         autoflush => 1,
     });
 
@@ -64,7 +63,6 @@ use_ok( 'DBM::Deep' );
     my ($fh, $filename) = new_fh();
     my $db = DBM::Deep->new({
         file => $filename,
-        fh => $fh,
         autoflush => 1,
     });