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 a63663e commit a99906dCopy full SHA for a99906d
opengrok-indexer/src/test/java/org/opengrok/indexer/history/GitRepositoryTest.java
@@ -206,7 +206,7 @@ public void testDetermineParent() throws Exception {
206
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(), "gitCloneTestDetermineBranch");
+ File localPath = new File(repository.getSourceRoot(), "gitCloneTestDetermineParent");
210
assertTrue(localPath.delete());
211
String cloneUrl = root.toURI().toString();
212
try (Git gitClone = Git.cloneRepository()
0 commit comments