diff options
Diffstat (limited to 'cpan/Unicode-Collate/t/test.t')
-rw-r--r-- | cpan/Unicode-Collate/t/test.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpan/Unicode-Collate/t/test.t b/cpan/Unicode-Collate/t/test.t index 897f98ee7a..698802e9be 100644 --- a/cpan/Unicode-Collate/t/test.t +++ b/cpan/Unicode-Collate/t/test.t @@ -5,6 +5,10 @@ BEGIN { "cannot stringify a Unicode code point\n"; exit 0; } + if ($ENV{PERL_CORE}) { + chdir('t') if -d 't'; + @INC = $^O eq 'MacOS' ? qw(::lib) : qw(../lib); + } } use Test; |