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
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4498dc0
)
Tests in "t/io" aren't supposed to use Test::More yet, so use test.pl instead.
author
George Greer
<perl@greerga.m-l.org>
Thu, 15 Sep 2011 03:45:54 +0000
(23:45 -0400)
committer
George Greer
<perl@greerga.m-l.org>
Thu, 15 Sep 2011 03:45:54 +0000
(23:45 -0400)
t/io/shm.t
patch
|
blob
|
blame
|
history
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]) {