Skip to content

Commit

Permalink
move sample config files in resources
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed Dec 24, 2012
1 parent b80caf5 commit 0efb492
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion t/components/config.t
Expand Up @@ -31,7 +31,7 @@ plan tests => (scalar keys %config) * 3;

foreach my $test (keys %config) {
my $c = FusionInventory::Agent::Config->new(options => {
'conf-file' => "t/config/$test/agent.cfg"
'conf-file' => "resources/config/$test"
});

foreach my $k (qw/ no-task no-category httpd-trust /) {
Expand Down

0 comments on commit 0efb492

Please sign in to comment.