From e0a5d1ca2fe9d53aad036df6638aed2c64a90cfd Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 31 Jan 2019 15:29:25 +0100 Subject: [PATCH] tests: chunk_store: cleanup .testdir Signed-off-by: Wolfgang Bumiller --- src/backup/chunk_store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backup/chunk_store.rs b/src/backup/chunk_store.rs index d0cdebe4..c166bbb5 100644 --- a/src/backup/chunk_store.rs +++ b/src/backup/chunk_store.rs @@ -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 */ } }