summaryrefslogtreecommitdiff
path: root/ext/File-Glob/t/basic.t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-09-20 12:04:24 +0200
committerNicholas Clark <nick@ccl4.org>2012-09-21 10:01:42 +0200
commitb5afd3466ff5e5b70ea2921169f138f02727183e (patch)
tree1581582fe7a415e98b8c5bfacd57da36783b74e2 /ext/File-Glob/t/basic.t
parenta21c949457ed8dffe5096a444346d641f9a09a6e (diff)
downloadperl-b5afd3466ff5e5b70ea2921169f138f02727183e.tar.gz
Remove the MPE/iX port.
MPE/iX was a business-oriented minicomputer operating system made by Hewlett-Packard. Support from HP terminated at the end of 2010.
Diffstat (limited to 'ext/File-Glob/t/basic.t')
-rw-r--r--ext/File-Glob/t/basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/File-Glob/t/basic.t b/ext/File-Glob/t/basic.t
index bcd9999621..497241f23c 100644
--- a/ext/File-Glob/t/basic.t
+++ b/ext/File-Glob/t/basic.t
@@ -130,7 +130,7 @@ SKIP: {
# check bad protections
# should return an empty list, and set ERROR
SKIP: {
- skip $^O, 2 if $^O eq 'mpeix' or $^O eq 'MSWin32' or $^O eq 'NetWare'
+ skip $^O, 2 if $^O eq 'MSWin32' or $^O eq 'NetWare'
or $^O eq 'os2' or $^O eq 'VMS' or $^O eq 'cygwin';
skip "AFS", 2 if Cwd::cwd() =~ m#^$Config{'afsroot'}#s;
skip "running as root", 2 if not $>;