Commit a2983cfd authored by Alvaro Herrera's avatar Alvaro Herrera

Fix broken subroutine call in TestLib

Michael Paquier
parent d8ff060e
...@@ -143,7 +143,7 @@ sub system_or_bail ...@@ -143,7 +143,7 @@ sub system_or_bail
sub run_log sub run_log
{ {
print("# Running: " . join(" ", @{ $_[0] }) . "\n"); print("# Running: " . join(" ", @{ $_[0] }) . "\n");
return run(@_); return IPC::Run::run(@_);
} }
sub slurp_dir sub slurp_dir
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment