This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip regexp_unicode_prop.t under minitest, as File::Spec may not be available.
authorNicholas Clark <nick@ccl4.org>
Sat, 5 Mar 2011 22:49:29 +0000 (22:49 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 09:13:50 +0000 (09:13 +0000)
commitf3b02925aeacaac5636cac62dc3bf78525fdbe3d
treebddfa970b18b737c04b5a743c2a0883dad4e6449
parent0669fd04b735fd4b6a986ced1b0c4fb536fc05e5
Skip regexp_unicode_prop.t under minitest, as File::Spec may not be available.

It uses charnames, which uses File::Spec->file_name_is_absolute().
As regexp_unicode_prop.t now requires test.pl, switch to using $::IS_EBCDIC,
which test.pl sets.
t/re/regexp_unicode_prop.t