This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix test count, by Abe Timmerman.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 28 Jun 2003 14:39:40 +0000 (14:39 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 28 Jun 2003 14:39:40 +0000 (14:39 +0000)
p4raw-id: //depot/perl@19869

t/comp/require.t

index 7d1b240..c82d535 100755 (executable)
@@ -12,7 +12,7 @@ $i = 1;
 my $Is_EBCDIC = (ord('A') == 193) ? 1 : 0;
 my $Is_UTF8   = (${^OPEN} || "") =~ /:utf8/;
 my $total_tests = 30;
 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 {
 print "1..$total_tests\n";
 
 sub do_require {