Skip to content

Commit

Permalink
test: remove needless code
Browse files Browse the repository at this point in the history
Signed-off-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
daipom committed Jan 30, 2023
1 parent 8c2e9dd commit 49998f6
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 49998f6

Please sign in to comment.