aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9200-git-cvsexportcommit.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-28 11:17:11 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-28 11:17:11 -0700
commit1a367763d077d38ffb0d6a67cc3cd9abc3afac34 (patch)
tree5842ddae0d7262a6efa2fa6d5bbd027d72cf4caa /t/t9200-git-cvsexportcommit.sh
parent2a1a882890a3336f6f44d33793eedb70ff75d37a (diff)
parentfba95dad6ad83fd27eaf57cf526110faa8a20833 (diff)
downloadgit-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-xt/t9200-git-cvsexportcommit.sh1
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