summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-04-25 16:41:15 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-04-25 16:41:15 +0900
commit8baf40b5b463bc6e52b0ef5c5c3d495bb0a920b3 (patch)
treedba0555743eeb82c0d2313b00326f031f15421c6 /t
parentMerge branch 'sg/index-pack-progress' (diff)
parenttest-lib: whitelist GIT_TR2_* in the environment (diff)
downloadtgif-8baf40b5b463bc6e52b0ef5c5c3d495bb0a920b3.tar.xz
Merge branch 'ab/test-lib-pass-trace2-env'
Allow tracing of Git executable while running the testsuite. * ab/test-lib-pass-trace2-env: test-lib: whitelist GIT_TR2_* in the environment
Diffstat (limited to 't')
-rw-r--r--t/test-lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 38b157075a..d18387c255 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -386,6 +386,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
my @env = keys %ENV;
my $ok = join("|", qw(
TRACE
+ TR2_
DEBUG
TEST
.*_TEST