Register test
[scpubgit/stemmaweb.git] / t / lib / stemmaweb / Test / DB.pm
index 6bad659..2094ee4 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use FindBin;
 
 sub new_db {
-    my $DBDIR = "$FindBin::Bin/db";
+    my $DBDIR = "$FindBin::Bin/../db";
     my $DBNAME = 'traditions.db';
     my $DBEXT = 'test';