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