p4raw-id: //depot/perl@29120
close *STDOUT;
open *STDOUT, ">termui.$$" or diag("Could not open tempfile");
}
-END { unlink "termui.$$" if $ENV{PERL_CORE} }
+END { close *STDOUT && unlink "termui.$$" if $ENV{PERL_CORE} }
### so T::RL doesn't go nuts over no console