Skip to content

Commit bed9c0f

Browse files
author
Vladimir Kotal
committed
do not delete
1 parent a99906d commit bed9c0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/history/GitRepositoryTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ public void testDetermineParent() throws Exception {
207207
// Next, clone the repository and create new origin there.
208208
// Clone under source root to avoid problems with prohibited symlinks.
209209
File localPath = new File(repository.getSourceRoot(), "gitCloneTestDetermineParent");
210-
assertTrue(localPath.delete());
211210
String cloneUrl = root.toURI().toString();
212211
try (Git gitClone = Git.cloneRepository()
213212
.setURI(cloneUrl)

0 commit comments

Comments
 (0)