From: Magnus Hagander Date: Fri, 8 Jan 2016 07:53:00 +0000 (+0100) Subject: Remove reundand include of TestLib X-Git-Tag: REL9_6_BETA1~882 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c662ef1d03e8e963ae097d40e3eb16d15aef5d00;p=postgresql Remove reundand include of TestLib Kyotaro HORIGUCHI --- diff --git a/src/test/ssl/t/001_ssltests.pl b/src/test/ssl/t/001_ssltests.pl index 9ce0cf3ae5..cd38e45597 100644 --- a/src/test/ssl/t/001_ssltests.pl +++ b/src/test/ssl/t/001_ssltests.pl @@ -2,7 +2,6 @@ use strict; use warnings; use PostgresNode; use TestLib; -use TestLib; use Test::More tests => 38; use ServerSetup; use File::Copy;