Skip to content

Commit

Permalink
delete unnecessary files by instance_shutdown
Browse files Browse the repository at this point in the history
Files created in `/tmp` are deleted.

Signed-off-by: abetomo <[email protected]>
  • Loading branch information
abetomo committed Feb 9, 2023
1 parent bd07779 commit c806fa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/plugin/test_in_tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ def create_tcp_socket(host, port, &block)

assert_equal 1, d.instance.log.logs.count { |l| l =~ /anonymous client/ }
assert_equal 0, d.events.size

d.instance_shutdown
end
end

Expand Down

0 comments on commit c806fa9

Please sign in to comment.