mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +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
|
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
|
||||||
|
Reference in New Issue
Block a user