diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-05-28 11:17:11 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-05-28 11:17:11 -0700 |
| commit | 1a367763d077d38ffb0d6a67cc3cd9abc3afac34 (patch) | |
| tree | 5842ddae0d7262a6efa2fa6d5bbd027d72cf4caa /t/t9200-git-cvsexportcommit.sh | |
| parent | 2a1a882890a3336f6f44d33793eedb70ff75d37a (diff) | |
| parent | fba95dad6ad83fd27eaf57cf526110faa8a20833 (diff) | |
| download | git-1a367763d077d38ffb0d6a67cc3cd9abc3afac34.tar.gz | |
Merge branch 'ps/leakfixes-base'
* ps/leakfixes-base:
t: mark a bunch of tests as leak-free
ci: add missing dependency for TTY prereq
Diffstat (limited to 't/t9200-git-cvsexportcommit.sh')
| -rwxr-xr-x | t/t9200-git-cvsexportcommit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t9200-git-cvsexportcommit.sh b/t/t9200-git-cvsexportcommit.sh index a44eabf0d8..3d4842164c 100755 --- a/t/t9200-git-cvsexportcommit.sh +++ b/t/t9200-git-cvsexportcommit.sh @@ -4,6 +4,7 @@ # test_description='Test export of commits to CVS' +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh if ! test_have_prereq PERL; then |
