We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99906d commit bed9c0fCopy full SHA for bed9c0f
opengrok-indexer/src/test/java/org/opengrok/indexer/history/GitRepositoryTest.java
@@ -207,7 +207,6 @@ public void testDetermineParent() throws Exception {
207
// Next, clone the repository and create new origin there.
208
// Clone under source root to avoid problems with prohibited symlinks.
209
File localPath = new File(repository.getSourceRoot(), "gitCloneTestDetermineParent");
210
- assertTrue(localPath.delete());
211
String cloneUrl = root.toURI().toString();
212
try (Git gitClone = Git.cloneRepository()
213
.setURI(cloneUrl)
0 commit comments