Better skip this test on OpenBSD and BSD/OS since it
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 9 May 2003 04:30:13 +0000 (04:30 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 9 May 2003 04:30:13 +0000 (04:30 +0000)
does not seem to work (Slaven Rezic).

p4raw-id: //depot/perl@19457

lib/filetest.t

index 14fe63d..32f286a 100644 (file)
@@ -57,7 +57,10 @@ SKIP: {
     my $tstfile = "filetest.tst";
     skip("No $chflags available", 4) if !-x $chflags;
 
- SKIP: {
+    skip("Test does not work on OpenBSD and BSD/OS", 4)
+       if $^O =~ /^(?:openbsd|bsdos)$/;
+
+  SKIP: {
        eval {
            if (!-e $tstfile) {
                open(T, ">$tstfile") or die "Can't create $tstfile: $!";