Commit 9099c9f
authored
**Which issue(s) this PR fixes**:
* Backport #5102
**What this PR does / why we need it**:
test_supervisor.rb uses a constant named `TMP_DIR`. However, the
constant is not defined in this file, it is defined in another file.
https://github.com/fluent/fluentd/blob/5a875090dde0222edf789422c7b2f27a828c72c3/test/config/test_dsl.rb#L5
This PR will use expected temporary directory for tests.
**Docs Changes**:
N/A
**Release Note**:
N/A
<!--
Thank you for contributing to Fluentd!
Your commits need to follow DCO: https://probot.github.io/apps/dco/
And please provide the following information to help us make the most of
your pull request:
-->
**Which issue(s) this PR fixes**:
Fixes #
**What this PR does / why we need it**:
**Docs Changes**:
**Release Note**:
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent f4d809c commit 9099c9f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
516 | | - | |
| 516 | + | |
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| |||
0 commit comments