diff options
author | Rick Delaney <rick@consumercontact.com> | 2003-10-08 18:41:55 -0400 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2003-10-09 01:36:18 +0000 |
commit | e026dd2a3699df6bb66b9642e540a3a473aba8de (patch) | |
tree | 3cda2806392758d2f8d7cfcce1ddc60f6f1c8fc9 /t/comp/require.t | |
parent | 3a5db825226ec557f5580ca4aaeceda282d3af90 (diff) | |
download | perl-e026dd2a3699df6bb66b9642e540a3a473aba8de.tar.gz |
Re: require patch breaks locale
Message-Id: <20031008224155.A14638@biff.bort.ca>
p4raw-id: //depot/perl@21427
Diffstat (limited to 't/comp/require.t')
-rwxr-xr-x | t/comp/require.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/comp/require.t b/t/comp/require.t index fa75e18896..6931146ce8 100755 --- a/t/comp/require.t +++ b/t/comp/require.t @@ -12,7 +12,7 @@ $i = 1; my $Is_EBCDIC = (ord('A') == 193) ? 1 : 0; my $Is_UTF8 = (${^OPEN} || "") =~ /:utf8/; my $total_tests = 44; -if ($Is_EBCDIC || $Is_UTF8) { $total_tests = 27; } +if ($Is_EBCDIC || $Is_UTF8) { $total_tests = 41; } print "1..$total_tests\n"; sub do_require { |