captureStdoutStderr*: move to Hydra::Helper::Exec which helps avoid some environment variable fixation problems
This commit is contained in:
@ -2,6 +2,7 @@ use feature 'unicode_strings';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use Hydra::Helper::Exec;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
||||
|
Reference in New Issue
Block a user