Yet another attempt to solve the mystery-win32-failure cpantesters report
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / Schema.pm
index 61a4386..3aafef0 100644 (file)
@@ -165,7 +165,7 @@ sub connection {
       # which is fine since the type does not match as checked above
       undef $locker;
 
-      my $lockpath = DBICTest::RunMode->tmpdir->file(".dbictest_$locktype.lock");
+      my $lockpath = DBICTest::RunMode->tmpdir->file("_dbictest_$locktype.lock");
 
       #warn "$$ $0 $locktype GRABBING LOCK";
       my $lock_fh;