Skip to content

Commit

Permalink
Fix a warning on running test
Browse files Browse the repository at this point in the history
```
/Users/aho/Projects/Fluentd/fluentd/test/config/test_system_config.rb:177: warning: assigned but unused variable - s
```

Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed May 14, 2022
1 parent 411dae5 commit f262672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/config/test_system_config.rb
Expand Up @@ -174,7 +174,6 @@ def parse_text(text)
</log>
</system>
EOS
s = FakeSupervisor.new
sc = Fluent::SystemConfig.new(conf)
assert_equal(3, sc.log.rotate_age)
end
Expand Down

0 comments on commit f262672

Please sign in to comment.