diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-05-23 14:39:54 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-05-23 14:39:54 -0700 |
| commit | ea78f9ee7a595d9e85195c0802d9170fe4ce442e (patch) | |
| tree | d8bec7c6b3af8348e60f29b32610e15af1526303 /t | |
| parent | f9b95943b68b6b8ca5a6072f50a08411c6449b55 (diff) | |
| parent | 00d8c311050824f841617e954c641ec2ebb300ec (diff) | |
| download | git-ea78f9ee7a595d9e85195c0802d9170fe4ce442e.tar.gz | |
Merge branch 'ab/commit-plug-leaks'
Leakfix in the top-level called-once function.
* ab/commit-plug-leaks:
commit: fix "author_ident" leak
Diffstat (limited to 't')
| -rwxr-xr-x | t/t2203-add-intent.sh | 1 | ||||
| -rwxr-xr-x | t/t7011-skip-worktree-reading.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/t/t2203-add-intent.sh b/t/t2203-add-intent.sh index db7ca55998..ebf58db2d1 100755 --- a/t/t2203-add-intent.sh +++ b/t/t2203-add-intent.sh @@ -2,6 +2,7 @@ test_description='Intent to add' +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh test_expect_success 'intent to add' ' diff --git a/t/t7011-skip-worktree-reading.sh b/t/t7011-skip-worktree-reading.sh index 1761a2b1b9..4adac5acd5 100755 --- a/t/t7011-skip-worktree-reading.sh +++ b/t/t7011-skip-worktree-reading.sh @@ -5,6 +5,7 @@ test_description='skip-worktree bit test' +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh cat >expect.full <<EOF |
