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

Do you have any idea how I would actually use that? I tried a few things (like redirecting all output to IO::String), but I still get the same results.

Thanks for your input...

Replies are listed 'Best First'.
Re^3: Test::More and fork
by diotalevi (Canon) on Jun 24, 2005 at 04:58 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.
      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 ;-)