diff options
Diffstat (limited to 'ext/PerlIO')
-rw-r--r-- | ext/PerlIO/t/encoding.t | 2 |
1 files changed, 2 insertions, 0 deletions
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$$"; |