Fix tools/test/*.plt 'use lib' lines

This allows the tests to work when INSTALL_LOCATION is set.
This commit is contained in:
Andrew Johnson
2017-05-11 15:29:52 -05:00
parent cb89710bbd
commit b14d77dcf2
11 changed files with 11 additions and 22 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use FindBin qw($Bin);
use lib "$Bin/../../../../lib/perl";
use lib '../..';
use Test::More tests => 9;
+1 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use FindBin qw($Bin);
use lib "$Bin/../../../../lib/perl";
use lib '../..';
use Test::More tests => 18;
+1 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use FindBin qw($Bin);
use lib "$Bin/../../../../lib/perl";
use lib '../..';
use Test::More tests => 16;
+1 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use FindBin qw($Bin);
use lib "$Bin/../../../../lib/perl";
use lib '../..';
use Test::More tests => 2;
+1 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use FindBin qw($Bin);
use lib "$Bin/../../../../lib/perl";
use lib '../..';
use Test::More tests => 2;
+1 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use FindBin qw($Bin);
use lib "$Bin/../../../../lib/perl";
use lib '../..';
use Test::More tests => 14;
+1 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use FindBin qw($Bin);
use lib "$Bin/../../../../lib/perl";
use lib '../..';
use Test::More tests => 76;
+1 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use FindBin qw($Bin);
use lib "$Bin/../../../../lib/perl";
use lib '../..';
use Test::More tests => 17;
+1 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use FindBin qw($Bin);
use lib "$Bin/../../../../lib/perl";
use lib '../..';
use Test::More tests => 2;
+1 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use FindBin qw($Bin);
use lib "$Bin/../../../../lib/perl";
use lib '../..';
use Test::More tests => 4;
+1 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use FindBin qw($Bin);
use lib "$Bin/../../../../lib/perl";
use lib '../..';
use Test::More tests => 35;