Standardized test incantations
[dbsrgits/DBM-Deep.git] / t / 18_export.t
index 1ff8051..949697a 100644 (file)
@@ -27,7 +27,6 @@ my %struct = (
 my ($fh, $filename) = new_fh();
 my $db = DBM::Deep->new({
     file      => $filename,
-    fh => $fh,
     autobless => 1,
 });