Changeset 3217 for trunk


Ignore:
Timestamp:
Apr 25, 2007, 3:32:30 AM (18 years ago)
Author:
bird
Message:

skip this on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/perl/t/op/stat.t

    r3181 r3217  
    336336    skip "No null device to test with", 1 unless -e $Null;
    337337    skip "We know Win32 thinks '$Null' is a TTY", 1 if $Is_MSWin32;
     338    skip "We know kNIX thinks '$Null' is a TTY", 1 if $Is_OS2; # FIXME
    338339
    339340    open(NULL, $Null) or DIE("Can't open $Null: $!");
Note: See TracChangeset for help on using the changeset viewer.