in reply to Re^2: Test::More and fork
in thread Test::More and fork

I assumed telling it to write to a closed or invalid handle would enough. Or to have it write to something opened to File::Spec->devnull.

Replies are listed 'Best First'.
Re^4: Test::More and fork
by adrianh (Chancellor) on Jun 24, 2005 at 13:21 UTC
    I assumed telling it to write to a closed or invalid handle would enough. Or to have it write to something opened to File::Spec->devnull.

    Unfortunately the problem has nothing to do with test output ;-)