diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-09 02:02:59 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-09 02:02:59 +0000 |
commit | 4068bd03d5fe1d4ce94ac9d57fdb058c7832a3f0 (patch) | |
tree | 8421d8809c6ea75c1f3ea5c9104e15323c15c3a2 /t/lib | |
parent | 4fd801333dcf63040f0a6e1abf20f2d92fe1737a (diff) | |
download | perl-4068bd03d5fe1d4ce94ac9d57fdb058c7832a3f0.tar.gz |
tweak test totals
p4raw-id: //depot/perl@3343
Diffstat (limited to 't/lib')
-rwxr-xr-x | t/lib/tie-stdhandle.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/tie-stdhandle.t b/t/lib/tie-stdhandle.t index c74669a5b3..cb8303d94d 100755 --- a/t/lib/tie-stdhandle.t +++ b/t/lib/tie-stdhandle.t @@ -10,7 +10,7 @@ tie *tst,Tie::StdHandle; $f = 'tst'; -print "1..12\n"; +print "1..13\n"; # my $file tests |