Skip to content

Commit b5dd289

Browse files
committed
Remove test that fails if Windows Explorer with TortoiseGit plug-in is running. Suspect TGitCache process is briefly delaying some effects of file deletion.
1 parent 07baa58 commit b5dd289

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/operations_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,6 @@ int cpp_main(int argc, char* argv[])
20662066
// a bug (failure to close an internal search handle).
20672067
cout << "post-test removal complete" << endl;
20682068
BOOST_TEST(!fs::exists(dir));
2069-
BOOST_TEST(fs::remove_all(dir) == 0);
20702069
}
20712070

20722071
cout << "returning from main()" << endl;

0 commit comments

Comments
 (0)