diff options
author | Dave Miller <github@justdave.net> | 2022-09-10 16:30:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-10 13:30:53 -0700 |
commit | b9244bd1fa389ff2bfc1a3b70a7db5589f1366a3 (patch) | |
tree | 6f8dbbf443f4c482f3473f583094e31ce3c82c51 /t/006spellcheck.t | |
parent | 1f505160b5288243c26355c3177025dba2cc2317 (diff) | |
download | bugs-b9244bd1fa389ff2bfc1a3b70a7db5589f1366a3.tar bugs-b9244bd1fa389ff2bfc1a3b70a7db5589f1366a3.tar.gz bugs-b9244bd1fa389ff2bfc1a3b70a7db5589f1366a3.tar.bz2 bugs-b9244bd1fa389ff2bfc1a3b70a7db5589f1366a3.tar.xz bugs-b9244bd1fa389ff2bfc1a3b70a7db5589f1366a3.zip |
Bug 1785938: Make tests work in GHA on 5.0.4 branch (#111)
* Add GHA tests on 5.0.4 branch
* fix new perl compat in tests
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. |