mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Remove unnecessary IPC::Run inclusion
This is no longer needed because the tests use PostgresNode. Reported-by: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
parent
e800656d9a
commit
878b7d9eaa
@ -6,19 +6,6 @@ use Test::More tests => 40;
|
|||||||
use ServerSetup;
|
use ServerSetup;
|
||||||
use File::Copy;
|
use File::Copy;
|
||||||
|
|
||||||
# Like TestLib.pm, we use IPC::Run
|
|
||||||
BEGIN
|
|
||||||
{
|
|
||||||
eval {
|
|
||||||
require IPC::Run;
|
|
||||||
import IPC::Run qw(run start);
|
|
||||||
1;
|
|
||||||
} or do
|
|
||||||
{
|
|
||||||
plan skip_all => "IPC::Run not available";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#### Some configuration
|
#### Some configuration
|
||||||
|
|
||||||
# This is the hostname used to connect to the server. This cannot be a
|
# This is the hostname used to connect to the server. This cannot be a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user