Skip to content

Commit

Permalink
remove unused instance variable and assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Dec 10, 2016
1 parent e2ee863 commit 98abeb5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/command/test_fluentd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def assert_fluentd_fails_to_start(cmdline, *pattern_list, timeout: 10)
"config error",
"error=\"Unknown input plugin ''. Run 'gem search -rd fluent-plugin' to find plugins",
)
assert !process_exist?(@pid)
end
end

Expand Down Expand Up @@ -224,7 +223,6 @@ def assert_fluentd_fails_to_start(cmdline, *pattern_list, timeout: 10)
"error_class=SyntaxError",
"in_buggy.rb:5: syntax error, unexpected end-of-input, expecting keyword_end",
)
assert !process_exist?(@pid)
end
end

Expand Down Expand Up @@ -264,7 +262,6 @@ def assert_fluentd_fails_to_start(cmdline, *pattern_list, timeout: 10)
create_cmdline(conf_path, "-p", File.dirname(plugin_path)),
'unexpected error error_class=Fluent::UnrecoverableError error="an unrecoverable error occurs in Fluentd process"',
)
assert !process_exist?(@pid)
end
end
end

0 comments on commit 98abeb5

Please sign in to comment.