From: Magnus Hagander Date: Fri, 8 Jan 2016 07:53:00 +0000 (+0100) Subject: Remove reundand include of TestLib X-Git-Tag: XL_10_R1BETA1~538^2~1316 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c662ef1d03e8e963ae097d40e3eb16d15aef5d00;p=postgres-xl.git 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;