diff options
Diffstat (limited to 't/006spellcheck.t')
-rw-r--r-- | t/006spellcheck.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/006spellcheck.t b/t/006spellcheck.t index 24e00242d..ea298c5f6 100644 --- a/t/006spellcheck.t +++ b/t/006spellcheck.t @@ -14,7 +14,7 @@ use 5.10.1; use strict; use warnings; -use lib 't'; +use lib qw(. lib t); use Support::Files; # -1 because 006spellcheck.t must not be checked. |