Skip to content

Commit

Permalink
allow run_asset.t to work from any directory
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Jun 13, 2010
1 parent 30657d6 commit 6da59af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/run_asset.t
Expand Up @@ -8,7 +8,7 @@
# http://www.plainblack.com info@plainblack.com
#-------------------------------------------------------------------

#use lib 'tests';

use Test::Class::Load qw{tests};
use File::Spec::Functions qw( catdir rel2abs );
use File::Basename qw( dirname );
use Test::Class::Load rel2abs( catdir ( dirname( __FILE__ ), 'tests' ) );
Test::Class->runtests;

0 comments on commit 6da59af

Please sign in to comment.