diff options
Diffstat (limited to 't/lib/filehand.t')
-rwxr-xr-x | t/lib/filehand.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/filehand.t b/t/lib/filehand.t index 11836f1c52..14a17704b9 100755 --- a/t/lib/filehand.t +++ b/t/lib/filehand.t @@ -64,7 +64,7 @@ print "ok 10\n"; ($rd,$wr) = FileHandle::pipe; -if ($^O eq 'VMS' || $^O eq 'os2') { +if ($^O eq 'VMS' || $^O eq 'os2' || $^O eq 'amigaos') { $wr->autoflush; $wr->printf("ok %d\n",11); print $rd->getline; |