From b5dd289799831164f606bb361ad4d9f441c7ec5b Mon Sep 17 00:00:00 2001 From: Beman Date: Wed, 23 Jul 2014 09:52:36 -0400 Subject: [PATCH] Remove test that fails if Windows Explorer with TortoiseGit plug-in is running. Suspect TGitCache process is briefly delaying some effects of file deletion. --- test/operations_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/operations_test.cpp b/test/operations_test.cpp index 310ad42..a7ef18e 100644 --- a/test/operations_test.cpp +++ b/test/operations_test.cpp @@ -2066,7 +2066,6 @@ int cpp_main(int argc, char* argv[]) // a bug (failure to close an internal search handle). cout << "post-test removal complete" << endl; BOOST_TEST(!fs::exists(dir)); - BOOST_TEST(fs::remove_all(dir) == 0); } cout << "returning from main()" << endl;