mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Fix broken subroutine call in TestLib
Michael Paquier
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user