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.
2 parents cc68c19 + d15b613 commit 0c34767Copy full SHA for 0c34767
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