Commit 878b7d9e authored by Peter Eisentraut's avatar Peter Eisentraut

Remove unnecessary IPC::Run inclusion

This is no longer needed because the tests use PostgresNode.
Reported-by: default avatarMichael Paquier <michael.paquier@gmail.com>
parent e800656d
......@@ -6,19 +6,6 @@ use Test::More tests => 40;
use ServerSetup;
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
# This is the hostname used to connect to the server. This cannot be a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment