From 03e6ea5bac0a5134de350d004b5b0ba01404ce5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carn=C3=AB=20Draug?= Date: Thu, 4 Apr 2013 18:37:16 +0100 Subject: [PATCH] tests: remove use lib . which no longer does anything --- t/CoordinateBoundaryTest.t | 1 - t/CoordinateGraph.t | 1 - t/CoordinateMapper.t | 1 - t/GeneCoordinateMapper.t | 1 - 4 files changed, 4 deletions(-) diff --git a/t/CoordinateBoundaryTest.t b/t/CoordinateBoundaryTest.t index 1d3b24e..3c6167f 100644 --- a/t/CoordinateBoundaryTest.t +++ b/t/CoordinateBoundaryTest.t @@ -4,7 +4,6 @@ use strict; use Data::Dumper; BEGIN { - use lib '.'; use Bio::Root::Test; test_begin( -tests => 174 ); diff --git a/t/CoordinateGraph.t b/t/CoordinateGraph.t index b2473a4..9195859 100644 --- a/t/CoordinateGraph.t +++ b/t/CoordinateGraph.t @@ -1,7 +1,6 @@ use strict; BEGIN { - use lib '.'; use Bio::Root::Test; test_begin(-tests => 7); diff --git a/t/CoordinateMapper.t b/t/CoordinateMapper.t index a0b78c2..34bed1f 100644 --- a/t/CoordinateMapper.t +++ b/t/CoordinateMapper.t @@ -1,7 +1,6 @@ use strict; BEGIN { - use lib '.'; use Bio::Root::Test; test_begin(-tests => 175); diff --git a/t/GeneCoordinateMapper.t b/t/GeneCoordinateMapper.t index 570c398..74c37d2 100644 --- a/t/GeneCoordinateMapper.t +++ b/t/GeneCoordinateMapper.t @@ -1,7 +1,6 @@ use strict; BEGIN { - use lib '.'; use Bio::Root::Test; test_begin(-tests => 116);