diff options
Diffstat (limited to 't/op/exec.t')
-rw-r--r-- | t/op/exec.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/op/exec.t b/t/op/exec.t index 91821aa08e..73e9a9c4a8 100644 --- a/t/op/exec.t +++ b/t/op/exec.t @@ -36,8 +36,6 @@ $ENV{LANGUAGE} = 'C'; # Ditto in GNU. my $Is_VMS = $^O eq 'VMS'; my $Is_Win32 = $^O eq 'MSWin32'; -skip_all("Tests mostly usesless on MacOS") if $^O eq 'MacOS'; - plan(tests => 22); my $Perl = which_perl(); |