Author: REHSACK
Date: Mon May 24 01:00:23 2010
New Revision: 14017

Modified:
   dbi/trunk/t/50dbm_simple.t

Log:
use attribute 'dbm_lockfile' as meaned

Modified: dbi/trunk/t/50dbm_simple.t
==============================================================================
--- dbi/trunk/t/50dbm_simple.t  (original)
+++ dbi/trunk/t/50dbm_simple.t  Mon May 24 01:00:23 2010
@@ -158,7 +158,7 @@
     # on systems with broken NFS locking daemons.
     # (This test script doesn't test that locking actually works anyway.)
 
-    my $dsn 
="dbi:DBM(RaiseError=0,PrintError=1):dbm_type=$dtype;dbm_mldbm=$mldbm;dbm_lockfile=1";
+    my $dsn 
="dbi:DBM(RaiseError=0,PrintError=1):dbm_type=$dtype;dbm_mldbm=$mldbm;dbm_lockfile=.lck";
 
     if ($using_dbd_gofer) {
         $dsn .= ";f_dir=$dir";

Reply via email to