Skip the chflags tests in filetest.t on Darwin.
Rafael Garcia-Suarez [Mon, 20 Oct 2003 06:04:04 +0000 (06:04 +0000)]
p4raw-id: //depot/perl@21503

lib/filetest.t

index 32f286a..7ea9772 100644 (file)
@@ -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 {