Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Mar 31, 2020
1 parent ce691c0 commit fc72967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/command/test_fluentd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ def multi_workers_ready?
'-external-encoding' => '--external-encoding=utf-8',
'-internal-encoding' => '--internal-encoding=utf-8',
)
test "-E option is set to RUBYOPT3" do |opt|
test "-E option is set to RUBYOPT" do |opt|
omit "hard to run correctly on Windows. Need to debug." if Fluent.windows?
conf = <<CONF
<source>
Expand All @@ -863,7 +863,7 @@ def multi_workers_ready?
)
end

test "without RUBYOPT" do
test "without RUBYOPT" do
conf = <<CONF
<source>
@type dummy
Expand Down

0 comments on commit fc72967

Please sign in to comment.