This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Get t/uni/labels.t working under minitest
[perl5.git]
/
t
/
uni
/
labels.t
diff --git
a/t/uni/labels.t
b/t/uni/labels.t
index
3fa9d38
..
01b2f50
100644
(file)
--- a/
t/uni/labels.t
+++ b/
t/uni/labels.t
@@
-4,8
+4,9
@@
BEGIN {
chdir 't' if -d 't';
BEGIN {
chdir 't' if -d 't';
- @INC = '../lib';
require './test.pl';
require './test.pl';
+ @INC = () unless is_miniperl();
+ unshift @INC, '../lib';
}
use utf8;
}
use utf8;