summaryrefslogtreecommitdiff
path: root/t/op/exec.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-28 20:26:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-28 20:26:30 +0000
commitdc459aad73ffc3aaf43c03d9908415c433fd93ba (patch)
tree981bdcf9828bbd255b79fd1181324eb2b45d8a61 /t/op/exec.t
parent21f5a6076e634a7ee61d6f5aa4e44bf6708db9fb (diff)
downloadperl-dc459aad73ffc3aaf43c03d9908415c433fd93ba.tar.gz
Integrate #16254 from macperl;
Fix most tests on MacOS (not yet ext/ or /lib) p4raw-id: //depot/perl@16257
Diffstat (limited to 't/op/exec.t')
-rwxr-xr-xt/op/exec.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/exec.t b/t/op/exec.t
index a0f361a8e3..3edbc6ac62 100755
--- a/t/op/exec.t
+++ b/t/op/exec.t
@@ -17,6 +17,8 @@ $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 => 20);
my $Perl = which_perl();