summaryrefslogtreecommitdiff
path: root/t/io
diff options
context:
space:
mode:
authorGeorge Greer <perl@greerga.m-l.org>2011-09-14 23:45:54 -0400
committerGeorge Greer <perl@greerga.m-l.org>2011-09-14 23:45:54 -0400
commit8d646433865d105d3ca0f95dd6593fe343e37aa2 (patch)
tree9dccd174f7a919897e3d535403697042d30d95e6 /t/io
parent4498dc0f01ccdb0a677dee5cf09e2b9666fa7202 (diff)
downloadperl-8d646433865d105d3ca0f95dd6593fe343e37aa2.tar.gz
Tests in "t/io" aren't supposed to use Test::More yet, so use test.pl instead.
Diffstat (limited to 't/io')
-rw-r--r--t/io/shm.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/shm.t b/t/io/shm.t
index bd5fe8a61b..e34be50014 100644
--- 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]) {