diff --git a/t/TestFunctions.pm b/t/TestFunctions.pm index c930840..8214a65 100644 --- a/t/TestFunctions.pm +++ b/t/TestFunctions.pm @@ -105,15 +105,6 @@ sub prep_tar { sub run_script_capture { my @args = @_; my @cmd = (SCRIPT, @args); - - my $stderr = File::Temp->new( - TMPDIR => 1, - CLEANUP => 1, - ); - my $stdout = File::Temp->new( - TMPDIR => 1, - CLEANUP => 1, - ); my $in = ''; my $child_out = gensym(); my $child_err = gensym();