r589@rob-kinyons-computer-2 (orig r10513): rkinyon | 2008-01-10 23:43:55 -0500
[dbsrgits/DBM-Deep.git] / t / 07_locking.t
index b36086c..004e03b 100644 (file)
@@ -10,8 +10,9 @@ use_ok( 'DBM::Deep' );
 
 my ($fh, $filename) = new_fh();
 my $db = DBM::Deep->new(
-       file => $filename,
-       locking => 1,
+    file => $filename,
+    fh => $fh,
+    locking => 1,
 );
 
 lives_ok {