summaryrefslogtreecommitdiff
path: root/t/op/write.t
diff options
context:
space:
mode:
authorChris Nandor <pudge@pobox.com>2001-06-10 19:35:38 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-11 12:28:49 +0000
commit95e8664e86da93255f26600f44bbbd70bf5b5b0e (patch)
tree3a8919ee302246155cc722829af60949ccdfcd40 /t/op/write.t
parent6c254d95443e15da5c7456d8ce7c28f915ae00bb (diff)
downloadperl-95e8664e86da93255f26600f44bbbd70bf5b5b0e.tar.gz
[MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
Message-Id: <p05100306b749ec0eaade@[10.0.1.177]> p4raw-id: //depot/perl@10512
Diffstat (limited to 't/op/write.t')
-rwxr-xr-xt/op/write.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/op/write.t b/t/op/write.t
index e5baaa470c..8e4cca8fdc 100755
--- a/t/op/write.t
+++ b/t/op/write.t
@@ -7,7 +7,8 @@ BEGIN {
print "1..44\n";
-my $CAT = ($^O eq 'MSWin32') ? 'type' : 'cat';
+my $CAT = ($^O eq 'MSWin32') ? 'type'
+ : ($^O eq 'MacOS') ? 'catenate' : 'cat';
format OUT =
the quick brown @<<