Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / t / lib / tie-stdhandle.t
index c74669a..cf3a183 100755 (executable)
@@ -10,7 +10,7 @@ tie *tst,Tie::StdHandle;
 
 $f = 'tst';
 
-print "1..12\n";   
+print "1..13\n";   
 
 # my $file tests
 
@@ -45,5 +45,3 @@ print "ok 12\n";
 print "not " unless close($f);
 print "ok 13\n";
 unlink("afile");     
-
-