summaryrefslogtreecommitdiff
path: root/t/io
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-25 23:32:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-25 23:32:05 +0000
commitc9ff6e92c701cadc4c6b6acd410567ed1197d416 (patch)
treef974a2837ac6dbcc948ad09ac4317989895b81af /t/io
parentd7e492a42344e01edcc5ba32a1dd5e21f873de40 (diff)
downloadperl-c9ff6e92c701cadc4c6b6acd410567ed1197d416.tar.gz
MPE/iX test tweaks from Mark Bixby.
p4raw-id: //depot/perl@10942
Diffstat (limited to 't/io')
-rwxr-xr-xt/io/fs.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/io/fs.t b/t/io/fs.t
index 2a14377d66..3ecfe7fc03 100755
--- a/t/io/fs.t
+++ b/t/io/fs.t
@@ -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';