Skip to content

Commit 3efa1c6

Browse files
avargitster
authored andcommitted
Revert "test-lib: whitelist GIT_TR2_* in the environment"
This reverts my commit c1ee579 ("test-lib: whitelist GIT_TR2_* in the environment", 2019-03-30), which is now redundant. Since e4b75d6 ("trace2: rename environment variables to GIT_TRACE2*", 2019-05-19) the GIT_TRACE2* variables match the existing GIT_TRACE* pattern added in 95a1d12 ("tests: scrub environment of GIT_* variables", 2011-03-15), so we no longer need to list TR2 here. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4e0d3aa commit 3efa1c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/test-lib.sh

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

0 commit comments

Comments
 (0)