aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test/perl/TestLib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm
index af46dc8c7a2..7edd4c40eac 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