Converted all relevant tests to use new_dbm instead of new_fh and all tests (except...
[dbsrgits/DBM-Deep.git] / t / common.pm
index e374be7..c0a881f 100644 (file)
@@ -42,7 +42,7 @@ sub new_dbm {
         my @these_args = @{ shift @extra_args };
         return sub {
             DBM::Deep->new(
-                @these_args, @args,
+                @these_args, @args, @_,
             );
         };
     };