summaryrefslogtreecommitdiff
path: root/t/pod/special_seqs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/pod/special_seqs.t')
-rwxr-xr-xt/pod/special_seqs.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/pod/special_seqs.t b/t/pod/special_seqs.t
index ecd99ecde8..c6b2ce1698 100755
--- a/t/pod/special_seqs.t
+++ b/t/pod/special_seqs.t
@@ -1,7 +1,7 @@
BEGIN {
- use File::Basename;
- my $THISDIR = dirname $0;
- unshift @INC, $THISDIR;
+ chdir 't' if -d 't';
+ unshift @INC, '../lib';
+ unshift @INC, './pod';
require "testp2pt.pl";
import TestPodIncPlainText;
}