Skip to content

Commit

Permalink
Test helper library fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelruiz committed Jan 16, 2013
1 parent 22a5742 commit 2450d82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion t/App/cart/TestUtils.pm
Expand Up @@ -22,7 +22,11 @@ sub config_dir {
}

sub write_config {
my $app = App::cart->new('-h', config_dir, '-l', 'none', 'init');
my $app = App::cart->new(
home => config_dir,
loglevel => 'none',
command => 'init',
);
$app->run;
}

Expand Down

0 comments on commit 2450d82

Please sign in to comment.