summaryrefslogtreecommitdiff
path: root/t/lib/posix.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-03-24 08:06:12 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-03-24 08:06:12 +0000
commit8fde188e0f84c255e72fd19fd6edf173f221970f (patch)
treee7ae3ef09f19a3b54ad5c03c24383b162c0d762a /t/lib/posix.t
parent13e080377416312a935982b1a5c15673e6ce0d66 (diff)
downloadperl-8fde188e0f84c255e72fd19fd6edf173f221970f.tar.gz
integrate change#3104 from maint-5.005
p4raw-link: @3104 on //depot/maint-5.005/perl: b874074cbac46bdc5c1b63ae6b5306ae21ac9051 p4raw-id: //depot/perl@3141 p4raw-integrated: from //depot/maint-5.005/perl@3140 'merge in' t/lib/posix.t (@2295..) README.os390 (@2736..)
Diffstat (limited to 't/lib/posix.t')
-rwxr-xr-xt/lib/posix.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/posix.t b/t/lib/posix.t
index 6f72a8ee6b..4c6aa49a05 100755
--- a/t/lib/posix.t
+++ b/t/lib/posix.t
@@ -97,5 +97,5 @@ print POSIX::strftime("ok 18 # %H:%M, on %D\n", localtime());
$| = 0;
# The following line assumes buffered output, which may be not true with EMX:
-print '@#!*$@(!@#$' unless ($^O eq 'os2' || $^O eq 'uwin');
+print '@#!*$@(!@#$' unless ($^O eq 'os2' || $^O eq 'uwin' || $^O eq 'os390');
_exit(0);