Skip to content

Commit

Permalink
Merge pull request #3922 from fluent/fix-test-failure-on-ruby-3.2
Browse files Browse the repository at this point in the history
Fix a test failure on ruby 3.2.0dev (2022-10-20)
  • Loading branch information
ashie committed Oct 20, 2022
2 parents d005002 + 386ebf2 commit 5c41401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/command/test_fluentd.rb
Expand Up @@ -523,7 +523,7 @@ def assert_fluentd_fails_to_start(cmdline, *pattern_list, timeout: 10)

assert_fluentd_fails_to_start(
create_cmdline(conf_path, "-p", File.dirname(plugin_path)),
"in_buggy.rb:5: syntax error, unexpected end-of-input, expecting"
"in_buggy.rb:5: syntax error, unexpected end-of-input"
)
end
end
Expand Down

0 comments on commit 5c41401

Please sign in to comment.