diff options
| author | Patrick Steinhardt <ps@pks.im> | 2024-07-31 12:37:56 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-07-31 10:05:18 -0700 |
| commit | 63ee9333837ec5c4cad79935a3061b02b51f32fd (patch) | |
| tree | 615d98dd9c66bd49e3eaebb05c3a8b48344df5da /t/t9811-git-p4-label-import.sh | |
| parent | d707d23d2c23d55845e7ebcd96c3dbc6e8415d8d (diff) | |
| download | git-63ee9333837ec5c4cad79935a3061b02b51f32fd.tar.gz | |
t98xx: mark Perforce tests as memory-leak free
All the Perforce tests are free of memory leaks. This went unnoticed
because most folks do not have p4 and p4d installed on their computers.
Consequently, given that the prerequisites for running those tests
aren't fulfilled, `TEST_PASSES_SANITIZE_LEAK=check` won't notice that
those tests are indeed memory leak free.
Mark those tests accordingly.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9811-git-p4-label-import.sh')
| -rwxr-xr-x | t/t9811-git-p4-label-import.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t9811-git-p4-label-import.sh b/t/t9811-git-p4-label-import.sh index 5ac5383fb7..52a4b0af81 100755 --- a/t/t9811-git-p4-label-import.sh +++ b/t/t9811-git-p4-label-import.sh @@ -5,6 +5,7 @@ test_description='git p4 label tests' GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME +TEST_PASSES_SANITIZE_LEAK=true . ./lib-git-p4.sh test_expect_success 'start p4d' ' |
