summaryrefslogtreecommitdiff
path: root/t/lib/filehand.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/filehand.t')
-rwxr-xr-xt/lib/filehand.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/filehand.t b/t/lib/filehand.t
index 0f3e177563..eaddf496db 100755
--- a/t/lib/filehand.t
+++ b/t/lib/filehand.t
@@ -72,7 +72,7 @@ if ($^O eq 'dos')
($rd,$wr) = FileHandle::pipe;
-if ($^O eq 'VMS' || $^O eq 'os2' || $^O eq 'amigaos' || $^O eq 'MSWin32' ||
+if ($^O eq 'VMS' || $^O eq 'os2' || $^O eq 'amigaos' || $^O eq 'MSWin32' || $^O eq 'NetWare' ||
$Config{d_fork} ne 'define') {
$wr->autoflush;
$wr->printf("ok %d\n",11);