diff options
Diffstat (limited to 'lib/FileHandle.t')
-rw-r--r-- | lib/FileHandle.t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/FileHandle.t b/lib/FileHandle.t index ddbd94474e..aeae754b0e 100644 --- a/lib/FileHandle.t +++ b/lib/FileHandle.t @@ -8,10 +8,6 @@ BEGIN { print "1..0\n"; exit 0; } - if ($^O eq 'mpeix') { - print "1..0 # Skip: broken on MPE/iX\n"; - exit 0; - } } use FileHandle; |