Remove test that fails if Windows Explorer with TortoiseGit plug-in is running. Suspect TGitCache process is briefly delaying some effects of file deletion.

This commit is contained in:
Beman
2014-07-23 09:52:36 -04:00
parent 07baa588e5
commit b5dd289799

View File

@@ -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;