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 6907886 commit 88f6365Copy full SHA for 88f6365
opengrok-indexer/src/test/java/org/opengrok/indexer/history/GitRepositoryTest.java
@@ -203,6 +203,7 @@ public void testDetermineParent() throws Exception {
203
// Next, clone the repository and create new origin there.
204
// Clone under source root to avoid problems with prohibited symlinks.
205
File localPath = new File(repository.getSourceRoot(), "gitCloneTestDetermineBranch");
206
+ assertTrue(localPath.delete());
207
String cloneUrl = root.toURI().toString();
208
try (Git gitClone = Git.cloneRepository()
209
.setURI(cloneUrl)
0 commit comments