diff options
Diffstat (limited to 't/op/study.t')
-rw-r--r-- | t/op/study.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/study.t b/t/op/study.t index 17c59daa88..b407c6f0fb 100644 --- a/t/op/study.t +++ b/t/op/study.t @@ -104,7 +104,7 @@ ok(/^$_$/); # used to be a test for $* ok("ab\ncd\n" =~ /^cd/m); -if ($^O eq 'os390' or $^O eq 'posix-bc' or $^O eq 'MacOS') { +if ($^O eq 'os390' or $^O eq 'posix-bc') { # Even with the alarm() OS/390 and BS2000 can't manage these tests # (Perl just goes into a busy loop, luckily an interruptable one) for (25..26) { print "not ok $_ # TODO compiler bug?\n" } |