mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 02:11:28 -05:00
Fix broken subroutine call in TestLib
Michael Paquier
This commit is contained in:
parent
d8ff060ecd
commit
a2983cfd9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue