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 cc68c19 commit d15b613Copy full SHA for d15b613
tests/refs/branches/upstream.c
@@ -92,6 +92,8 @@ void test_refs_branches_upstream__upstream_merge(void)
92
cl_git_pass(git_branch_upstream_merge(&buf, repository, "refs/heads/test"));
93
cl_assert_equal_s("refs/heads/master", buf.ptr);
94
git_buf_dispose(&buf);
95
+
96
+ cl_git_sandbox_cleanup();
97
}
98
99
void test_refs_branches_upstream__upstream_remote_empty_value(void)
0 commit comments