diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm index af46dc8c7a24060433596a50bed38502a1662ec9..7edd4c40eac3cdf593aa1238662498632dfafc36 100644 --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -143,7 +143,7 @@ sub system_or_bail sub run_log { print("# Running: " . join(" ", @{ $_[0] }) . "\n"); - return run(@_); + return IPC::Run::run(@_); } sub slurp_dir