aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9836-git-p4-metadata-encoding-python3.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-08-08 10:41:20 -0700
committerJunio C Hamano <gitster@pobox.com>2024-08-08 10:41:21 -0700
commit598422337c121fb1dad389c11dbfd0edf44ab06b (patch)
treecdabc21f9b0e0a6b016d4afd2ef057204bb1831e /t/t9836-git-p4-metadata-encoding-python3.sh
parent3e12106370213f73c27bd7cf544b7400931ddb0d (diff)
parent63ee9333837ec5c4cad79935a3061b02b51f32fd (diff)
downloadgit-598422337c121fb1dad389c11dbfd0edf44ab06b.tar.gz
Merge branch 'ps/p4-tests-updates'
Perforce tests have been updated. * ps/p4-tests-updates: t98xx: mark Perforce tests as memory-leak free ci: update Perforce version to r23.2 t98xx: fix Perforce tests with p4d r23 and newer
Diffstat (limited to 't/t9836-git-p4-metadata-encoding-python3.sh')
-rwxr-xr-xt/t9836-git-p4-metadata-encoding-python3.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t9836-git-p4-metadata-encoding-python3.sh b/t/t9836-git-p4-metadata-encoding-python3.sh
index 63350dc4b5..71ae763399 100755
--- a/t/t9836-git-p4-metadata-encoding-python3.sh
+++ b/t/t9836-git-p4-metadata-encoding-python3.sh
@@ -6,6 +6,7 @@ This test checks that the import process handles inconsistent text
encoding in p4 metadata (author names, commit messages, etc) without
failing, and produces maximally sane output in git.'
+TEST_PASSES_SANITIZE_LEAK=true
. ./lib-git-p4.sh
python_target_version='3'