projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e800656
)
Remove unnecessary IPC::Run inclusion
author
Peter Eisentraut
<
[email protected]
>
Thu, 15 Jun 2017 13:19:12 +0000
(09:19 -0400)
committer
Peter Eisentraut
<
[email protected]
>
Thu, 15 Jun 2017 13:19:12 +0000
(09:19 -0400)
This is no longer needed because the tests use PostgresNode.
Reported-by: Michael Paquier <
[email protected]
>
src/test/ssl/t/001_ssltests.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/ssl/t/001_ssltests.pl
b/src/test/ssl/t/001_ssltests.pl
index 66fa790d12bfeedbc58faeede11439e79558e0be..f8847e3932885367cdb9f5b8cbfe4c3f804e8ba2 100644
(file)
--- a/
src/test/ssl/t/001_ssltests.pl
+++ b/
src/test/ssl/t/001_ssltests.pl
@@
-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