tests: chunk_store: cleanup .testdir

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-01-31 15:29:25 +01:00
parent a4f9188300
commit e0a5d1ca2f
1 changed files with 1 additions and 1 deletions

View File

@ -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 */ }
}