Author: stas
Date: Fri Feb  4 17:51:38 2005
New Revision: 151465

URL: http://svn.apache.org/viewcvs?view=rev&rev=151465
Log:
untie STDOUT so not to affect other tests

Modified:
    perl/modperl/trunk/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl

Modified: perl/modperl/trunk/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl
URL: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl?view=diff&r1=151464&r2=151465
==============================================================================
--- perl/modperl/trunk/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl 
(original)
+++ perl/modperl/trunk/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl Fri Feb  
4 17:51:38 2005
@@ -80,3 +80,5 @@
 }
 
 print "parent";
+
+untie *STDOUT; # don't affect other tests


Reply via email to