Skip to content

Commit

Permalink
Merge pull request #4033 from daipom/remove-needless-code
Browse files Browse the repository at this point in the history
test: remove needless code
  • Loading branch information
ashie authored Jan 30, 2023
2 parents 8c2e9dd + 49998f6 commit cebeed5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_supervisor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ def server.config
data("No extension", {raw_path: "C:\\Windows\\Temp\\sigdump", expected: "C:\\Windows\\Temp\\sigdump-#{$$}"})
data("Multi-extension", {raw_path: "C:\\Windows\\Temp\\sig.dump.bk", expected: "C:\\Windows\\Temp\\sig.dump-#{$$}.bk"})
def test_fluentsigdump_get_path_with_pid(data)
p data
path = Fluent::FluentSigdump.get_path_with_pid(data[:raw_path])
assert_equal(data[:expected], path)
end
Expand Down

0 comments on commit cebeed5

Please sign in to comment.