Restructure test suite to prepare CPAN release
Change-Id: If3033774f50d33b2e5b3344e3927fd534cef4dfb
diff --git a/t/real/goethe-2.t b/t/real/goethe-2.t
index 4cc0ede..a59f6d4 100644
--- a/t/real/goethe-2.t
+++ b/t/real/goethe-2.t
@@ -23,7 +23,7 @@
# This will Check Goethe-Files without base annotations!
# GOE/AGA/03828
-my $path = catdir(dirname(__FILE__), '../corpus/GOE2/AGA/03828');
+my $path = catdir(dirname(__FILE__), 'corpus','GOE2','AGA','03828');
ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
ok($doc->parse, 'Parse document');