diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-25 23:32:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-25 23:32:05 +0000 |
commit | c9ff6e92c701cadc4c6b6acd410567ed1197d416 (patch) | |
tree | f974a2837ac6dbcc948ad09ac4317989895b81af /t/io | |
parent | d7e492a42344e01edcc5ba32a1dd5e21f873de40 (diff) | |
download | perl-c9ff6e92c701cadc4c6b6acd410567ed1197d416.tar.gz |
MPE/iX test tweaks from Mark Bixby.
p4raw-id: //depot/perl@10942
Diffstat (limited to 't/io')
-rwxr-xr-x | t/io/fs.t | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ BEGIN { use Config; $Is_Dosish = ($^O eq 'MSWin32' or $^O eq 'NetWare' or $^O eq 'dos' or - $^O eq 'os2' or $^O eq 'mint' or $^O eq 'cygwin'); + $^O eq 'os2' or $^O eq 'mint' or $^O eq 'cygwin' or + $^O eq 'mpeix'); if (defined &Win32::IsWinNT && Win32::IsWinNT()) { $Is_Dosish = '' if Win32::FsType() eq 'NTFS'; |