- Timestamp:
- Apr 25, 2007, 3:32:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/perl/t/op/stat.t
r3181 r3217 336 336 skip "No null device to test with", 1 unless -e $Null; 337 337 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 338 339 339 340 open(NULL, $Null) or DIE("Can't open $Null: $!");
Note:
See TracChangeset
for help on using the changeset viewer.