Remove reundand include of TestLib

Kyotaro HORIGUCHI
This commit is contained in:
Magnus Hagander 2016-01-08 08:53:00 +01:00
parent a54676acad
commit c662ef1d03

View File

@ -2,7 +2,6 @@ use strict;
use warnings;
use PostgresNode;
use TestLib;
use TestLib;
use Test::More tests => 38;
use ServerSetup;
use File::Copy;