diff options
Diffstat (limited to 't/io/iprefix.t')
-rwxr-xr-x | t/io/iprefix.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/io/iprefix.t b/t/io/iprefix.t index 10a5c5f686..6070223454 100755 --- a/t/io/iprefix.t +++ b/t/io/iprefix.t @@ -13,6 +13,12 @@ if ($^O eq 'MSWin32') { `.\\perl -le "print 'foo'" > .b`; `.\\perl -le "print 'foo'" > .c`; } +elsif ($^O eq 'NetWare') { + $CAT = 'perl -e "print<>"'; + `perl -le "print 'foo'" > .a`; + `perl -le "print 'foo'" > .b`; + `perl -le "print 'foo'" > .c`; +} elsif ($^O eq 'VMS') { $CAT = 'MCR []perl. -e "print<>"'; `MCR []perl. -le "print 'foo'" > ./.a`; |