From: Rafael Garcia-Suarez Date: Sat, 28 Jun 2003 14:39:40 +0000 (+0000) Subject: Fix test count, by Abe Timmerman. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d26cd9ec5ffb2d7823fb6941a001dc8e9a6d1c6;p=p5sagit%2Fp5-mst-13.2.git Fix test count, by Abe Timmerman. p4raw-id: //depot/perl@19869 --- diff --git a/t/comp/require.t b/t/comp/require.t index 7d1b240..c82d535 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 = 30; -if ($Is_EBCDIC || $Is_UTF8) { $total_tests = 26; } +if ($Is_EBCDIC || $Is_UTF8) { $total_tests = 27; } print "1..$total_tests\n"; sub do_require {