Standardized test incantations
[dbsrgits/DBM-Deep.git] / t / 41_transaction_multilevel.t
index 2c3c44a..584eb89 100644 (file)
@@ -8,7 +8,6 @@ use_ok( 'DBM::Deep' );
 my ($fh, $filename) = new_fh();
 my $db1 = DBM::Deep->new(
     file => $filename,
-    fh => $fh,
     locking => 1,
     autoflush => 1,
     num_txns  => 2,
@@ -17,7 +16,6 @@ seek $db1->_get_self->_engine->storage->{fh}, 0, 0;
 
 my $db2 = DBM::Deep->new(
     file => $filename,
-    fh => $fh,
     locking => 1,
     autoflush => 1,
     num_txns  => 2,