mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix broken subroutine call in TestLib
Michael Paquier
This commit is contained in:
parent
d8ff060ecd
commit
a2983cfd9d
@ -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…
x
Reference in New Issue
Block a user