summaryrefslogtreecommitdiff
path: root/t/io
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-23 09:08:30 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-23 09:08:30 +0000
commitb82baff62ab7f5eb277b53f2a625c8a41392dbdf (patch)
treea9db019f9ae572a505218b98c42de8edf8c40689 /t/io
parent117c97cc8bc4f8d1e649a798c680208c2e87c6d9 (diff)
downloadperl-b82baff62ab7f5eb277b53f2a625c8a41392dbdf.tar.gz
cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
p4raw-id: //depot/perl@4853
Diffstat (limited to 't/io')
-rwxr-xr-xt/io/tell.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/tell.t b/t/io/tell.t
index 31287e1d19..b89aefb230 100755
--- a/t/io/tell.t
+++ b/t/io/tell.t
@@ -7,7 +7,7 @@ print "1..21\n";
$TST = 'tst';
$Is_Dosish = ($^O eq 'MSWin32' or $^O eq 'dos' or
- $^O eq 'os2' or $^O eq 'mint');
+ $^O eq 'os2' or $^O eq 'mint' or $^O eq 'cygwin');
open($TST, '../Configure') || (die "Can't open ../Configure");
binmode $TST if $Is_Dosish;