clean after test
diff --git a/test/test-dispatcher.cc b/test/test-dispatcher.cc
index 20843af..77a499b 100644
--- a/test/test-dispatcher.cc
+++ b/test/test-dispatcher.cc
@@ -104,8 +104,8 @@
   HashPtr fileHash2 = Hash::FromFileContent(ef);
   BOOST_CHECK_EQUAL(*fileHash1, *fileHash2);
 
-  // cleanDir(dir1);
-  // cleanDir(dir2);
+  cleanDir(dir1);
+  cleanDir(dir2);
 }
 
 BOOST_AUTO_TEST_SUITE_END()