Skip to content

Commit 8baf40b

Browse files
committed
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
2 parents da924b5 + c1ee579 commit 8baf40b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/test-lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
386386
my @env = keys %ENV;
387387
my $ok = join("|", qw(
388388
TRACE
389+
TR2_
389390
DEBUG
390391
TEST
391392
.*_TEST

0 commit comments

Comments
 (0)