summaryrefslogtreecommitdiff
path: root/t/japh/abigail.t
diff options
context:
space:
mode:
Diffstat (limited to 't/japh/abigail.t')
-rw-r--r--t/japh/abigail.t5
1 files changed, 1 insertions, 4 deletions
diff --git a/t/japh/abigail.t b/t/japh/abigail.t
index ab2272b63f..6ff5358fea 100644
--- a/t/japh/abigail.t
+++ b/t/japh/abigail.t
@@ -34,8 +34,6 @@ BEGIN {
undef &skip;
}
-skip_all "Unhappy on MacOS" if $^O eq 'MacOS';
-
#
# ./test.pl does real evilness by jumping to a label.
# This function copies the skip from ./test, omitting the goto.
@@ -256,8 +254,7 @@ truncate$0,-1+-s$0;exec$0;}}//rekcaH_lreP_rehtona_tsuJ
close $fh or die "Failed to close $progfile: $!\n";
chmod 0755 => $progfile or die "Failed to chmod $progfile: $!\n";
- my $command = "./$progfile";
- $command .= ' 2>&1' unless $^O eq 'MacOS';
+ my $command = "./$progfile 2>&1";
if ( $^O eq 'qnx' ) {
skip "#!./perl not supported in QNX4";
skip "#!./perl not supported in QNX4";