Skip to content
Snippets Groups Projects
Commit a2983cfd authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Fix broken subroutine call in TestLib

Michael Paquier
parent d8ff060e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment