Skip to content

Commit 9930d4c

Browse files
author
Vladimir Kotal
committed
add basic cleanup
1 parent 40fd19f commit 9930d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,6 @@ void testSubmodule() throws Exception {
835835
assertNotNull(subRepo);
836836
assertNotNull(subRepo.getParent());
837837

838-
// TODO: cleanup
838+
removeRecursive(submodulePath.toFile());
839839
}
840840
}

0 commit comments

Comments
 (0)