summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-10-20 06:04:04 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-10-20 06:04:04 +0000
commit61c8ea161e043a6e0069c234912cb03c5cf39eba (patch)
tree62f78f2696fbc6bc0c2ff28acda808a902919eaa
parent21fdd2fa982d4f6f1424eaa66f223d99635e0c7f (diff)
downloadperl-61c8ea161e043a6e0069c234912cb03c5cf39eba.tar.gz
Skip the chflags tests in filetest.t on Darwin.
p4raw-id: //depot/perl@21503
-rw-r--r--lib/filetest.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/filetest.t b/lib/filetest.t
index 32f286a685..7ea977295a 100644
--- a/lib/filetest.t
+++ b/lib/filetest.t
@@ -57,8 +57,8 @@ SKIP: {
my $tstfile = "filetest.tst";
skip("No $chflags available", 4) if !-x $chflags;
- skip("Test does not work on OpenBSD and BSD/OS", 4)
- if $^O =~ /^(?:openbsd|bsdos)$/;
+ skip("Test does not work on OpenBSD, BSD/OS, and Darwin", 4)
+ if $^O =~ /^(?:openbsd|bsdos|darwin)$/;
SKIP: {
eval {