From 08efa405e921d28c335c8b6bb1155c2fd1a89898 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 10 Jul 2001 04:04:18 +0000 Subject: Telling the number of tests helps. p4raw-id: //depot/perl@11251 --- ext/PerlIO/t/encoding.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/PerlIO') diff --git a/ext/PerlIO/t/encoding.t b/ext/PerlIO/t/encoding.t index bfae3ed7b0..342a315a54 100644 --- a/ext/PerlIO/t/encoding.t +++ b/ext/PerlIO/t/encoding.t @@ -1,3 +1,5 @@ +print "1..8\n"; + my $grk = "grk$$"; my $utf = "utf$$"; -- cgit v1.2.1