Skip to content

Commit a889c05

Browse files
committed
tests: submodule: add explicit cleanup function in lookup tests
1 parent 64d1e0b commit a889c05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/submodule/lookup.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ void test_submodule_lookup__initialize(void)
1111
g_repo = setup_fixture_submod2();
1212
}
1313

14+
void test_submodule_lookup__cleanup(void)
15+
{
16+
cl_git_sandbox_cleanup();
17+
}
18+
1419
void test_submodule_lookup__simple_lookup(void)
1520
{
1621
assert_submodule_exists(g_repo, "sm_unchanged");

0 commit comments

Comments
 (0)