mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
Currently, the test seems to use the tmpdir class in a wrong way, just to get a path to a temporary directory. It should keep the tmpdir object around for the duration of the test so the temporary directory will be automatically removed when the test completes. Refs #6344 Signed-off-by: Benny Halevy <bhalevy@scylladb.com> Message-Id: <20200504153810.202218-1-bhalevy@scylladb.com>