diff --git a/t/run_asset.t b/t/run_asset.t index 13f55c0f0..906aa7891 100644 --- a/t/run_asset.t +++ b/t/run_asset.t @@ -8,7 +8,7 @@ # http://www.plainblack.com info@plainblack.com #------------------------------------------------------------------- -use lib 'tests'; +#use lib 'tests'; -use Test::Class::Load qw{tests/Test}; +use Test::Class::Load qw{tests}; Test::Class->runtests;