diff --git a/sbin/testCodebase.pl b/sbin/testCodebase.pl index d29b4105a..4b9531108 100644 --- a/sbin/testCodebase.pl +++ b/sbin/testCodebase.pl @@ -11,8 +11,8 @@ $|=1; use strict; -use lib '../lib'; -use File::Find; +use FindBin; +use lib "$FindBin::Bin/../t/lib"; use Getopt::Long; my $configFile; @@ -25,8 +25,7 @@ GetOptions( 'help'=>\$help ); -if ($help || !$configFile) { - print <