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
Tests in "t/io" aren't supposed to use Test::More yet, so use test.pl instead.
[perl5.git]
/
t
/
io
/
shm.t
diff --git
a/t/io/shm.t
b/t/io/shm.t
index
bd5fe8a
..
e34be50
100644
(file)
--- a/
t/io/shm.t
+++ b/
t/io/shm.t
@@
-20,7
+20,7
@@
BEGIN {
@INC = '../lib' if -d '../lib' && -d '../ext';
}
- require
Test::More; import Test::More
;
+ require
"./test.pl"
;
require Config; import Config;
if ($ENV{'PERL_CORE'} && $Config{'extensions'} !~ m[\bIPC/SysV\b]) {