diff options
author | Mark Bixby <mark@bixby.org> | 1999-01-04 05:34:58 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-06 12:58:03 +0000 |
commit | 57af3f31e412bc462f94524ad8bb0848263c0cc6 (patch) | |
tree | 84e219a6c078b9c09f2223ea802006100a60f1a9 /t/op | |
parent | 5507c093461a5bb63a4cc7e16e5a935c61c49879 (diff) | |
download | perl-57af3f31e412bc462f94524ad8bb0848263c0cc6.tar.gz |
t/op/sysio.t for MPE/iX
To: perlbug@perl.com
Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
p4raw-id: //depot/cfgperl@2574
Diffstat (limited to 't/op')
-rwxr-xr-x | t/op/sysio.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/op/sysio.t b/t/op/sysio.t index 0318fed763..22e60e30fc 100755 --- a/t/op/sysio.t +++ b/t/op/sysio.t @@ -6,7 +6,8 @@ chdir('op') || die "sysio.t: cannot look for myself: $!"; open(I, 'sysio.t') || die "sysio.t: cannot find myself: $!"; -$reopen = ($^O eq 'VMS' || $^O eq 'os2' || $^O eq 'MSWin32' || $^O eq 'dos'); +$reopen = ($^O eq 'VMS' || $^O eq 'os2' || $^O eq 'MSWin32' || $^O eq 'dos' || + $^O eq 'mpeix'); $x = 'abc'; |