X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fstemmaweb%2FTest%2FDB.pm;fp=t%2Flib%2Fstemmaweb%2FTest%2FDB.pm;h=2094ee44c12f2f6b0062e2d01e626f39453c1089;hb=bf3397df6718ccece2e0aaa0bb002b3b2669ab3f;hp=6bad65984410bc97c0caf982440e944e2025873f;hpb=32d1fbf8a53b71b4e981c1b9e7aa6e966b872394;p=scpubgit%2Fstemmaweb.git diff --git a/t/lib/stemmaweb/Test/DB.pm b/t/lib/stemmaweb/Test/DB.pm index 6bad659..2094ee4 100644 --- a/t/lib/stemmaweb/Test/DB.pm +++ b/t/lib/stemmaweb/Test/DB.pm @@ -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';