Skip to content

Commit

Permalink
Silence the expected errors in the INCLUDE test
Browse files Browse the repository at this point in the history
git-svn-id: http://code.sixapart.com/svn/perlbal/trunk@863 6caf28e9-730f-0410-b62b-a31386fe13fb
  • Loading branch information
hachi committed Mar 7, 2010
1 parent dc3f4e2 commit 0643081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/75-plugin-include.t
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ok(manage("INCLUDE = $dir/a.conf"), "include single");

ok(manage("INCLUDE = $dir/b* $dir/c*"), "include multi");

ok(! manage("INCLUDE = $dir/d.conf"), "error on nonexistent conf");
ok(! manage("INCLUDE = $dir/d.conf", quiet_failure => 1), "error on nonexistent conf");

my $s_output = manage_multi("show SERVICE");

Expand Down

0 comments on commit 0643081

Please sign in to comment.