If individual tests fail, you can often run them by hand (from the main
perl directory), e.g.,
- ./perl -MTestInit t/op/groups.t
+ ./perl -I. -MTestInit t/op/groups.t
You should also read the individual tests to see if there are any helpful
comments that apply to your system. You may also need to setup your
Try stopping other jobs on the system and then running the test by itself:
- ./perl -MTestInit t/op/pat.t
+ ./perl -I. -MTestInit t/op/pat.t
to see if you have any better luck. If your perl still fails this
test, it does not necessarily mean you have a broken perl. This test
# modules from an installed Perl.
#
# t/TEST and t/harness will invoke each test script with
-# perl -MTestInit[=arg,arg,..] some/test.t
+# perl -I. -MTestInit[=arg,arg,..] some/test.t
# You may "use TestInit" in the test # programs but it is not required.
#
# TestInit will completely empty the current @INC and replace it with