mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-19 04:12:09 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user