r592@rob-kinyons-computer-2 (orig r10555): rkinyon | 2008-01-15 14:19:42 -0500
[dbsrgits/DBM-Deep.git] / t / 18_export.t
index 949697a..1ff8051 100644 (file)
@@ -27,6 +27,7 @@ my %struct = (
 my ($fh, $filename) = new_fh();
 my $db = DBM::Deep->new({
     file      => $filename,
+    fh => $fh,
     autobless => 1,
 });