Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 878b7d9

Browse files
committed
Remove unnecessary IPC::Run inclusion
This is no longer needed because the tests use PostgresNode. Reported-by: Michael Paquier <michael.paquier@gmail.com>
1 parent e800656 commit 878b7d9

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/test/ssl/t/001_ssltests.pl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@
66
use ServerSetup;
77
use File::Copy;
88

9-
# Like TestLib.pm, we use IPC::Run
10-
BEGIN
11-
{
12-
eval {
13-
require IPC::Run;
14-
import IPC::Run qw(run start);
15-
1;
16-
} or do
17-
{
18-
plan skip_all => "IPC::Run not available";
19-
}
20-
}
21-
229
#### Some configuration
2310

2411
# This is the hostname used to connect to the server. This cannot be a

0 commit comments

Comments
 (0)