From 790ccbe046ee42e1811b2293932dbc6ff748c196 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 13 Mar 2010 20:05:57 -0800 Subject: [PATCH] Fix script to work and load the utility test module. --- t/run_asset.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;