diff options
Diffstat (limited to 't/lib/glob-basic.t')
-rwxr-xr-x | t/lib/glob-basic.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/glob-basic.t b/t/lib/glob-basic.t index a2479ac8c1..ac3abf56e4 100755 --- a/t/lib/glob-basic.t +++ b/t/lib/glob-basic.t @@ -72,7 +72,7 @@ print "ok 5\n"; # check bad protections # should return an empty list, and set ERROR -if ($^O eq 'MSWin32' or $^O eq 'os2' or not $>) { +if ($^O eq 'mpeix' or $^O eq 'MSWin32' or $^O eq 'os2' or not $>) { print "ok 6 # skipped\n"; } else { |