From: Rafael Garcia-Suarez Date: Mon, 20 Oct 2003 06:04:04 +0000 (+0000) Subject: Skip the chflags tests in filetest.t on Darwin. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a30c06bd54cc1d9f8821019596ec5449d182a2e;p=p5sagit%2Fp5-mst-13.2.git Skip the chflags tests in filetest.t on Darwin. p4raw-id: //depot/perl@21503 --- diff --git a/lib/filetest.t b/lib/filetest.t index 32f286a..7ea9772 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 {