diff options
Diffstat (limited to 't/re/pat_psycho.t')
-rw-r--r-- | t/re/pat_psycho.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/pat_psycho.t b/t/re/pat_psycho.t index fada30293f..c0f855fbfd 100644 --- a/t/re/pat_psycho.t +++ b/t/re/pat_psycho.t @@ -19,8 +19,8 @@ $| = 1; BEGIN { chdir 't' if -d 't'; - @INC = ('../lib','.'); require './test.pl'; + set_up_inc('../lib', '.'); if ($^O eq 'dec_osf') { skip_all("$^O cannot handle this test"); } |