tests: chunk_store: cleanup .testdir
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
a4f9188300
commit
e0a5d1ca2f
|
@ -345,5 +345,5 @@ fn test_chunk_store1() {
|
|||
let chunk_store = ChunkStore::create("test", &path);
|
||||
assert!(chunk_store.is_err());
|
||||
|
||||
|
||||
if let Err(_e) = std::fs::remove_dir_all(".testdir") { /* ignore */ }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue