summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2019-06-12 14:29:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-06-12 17:51:13 (GMT)
commit3efa1c6b33279a233afd357c9be02b92bb60433f (patch)
tree901d2eaf073d98c712dbbfbd3062af56f6d252ea /t/test-lib.sh
parent4e0d3aa18a60db8bf3448d4fceeed9c8ac8cc597 (diff)
downloadgit-3efa1c6b33279a233afd357c9be02b92bb60433f.zip
git-3efa1c6b33279a233afd357c9be02b92bb60433f.tar.gz
git-3efa1c6b33279a233afd357c9be02b92bb60433f.tar.bz2
Revert "test-lib: whitelist GIT_TR2_* in the environment"
This reverts my commit c1ee5796dc ("test-lib: whitelist GIT_TR2_* in the environment", 2019-03-30), which is now redundant. Since e4b75d6a1d ("trace2: rename environment variables to GIT_TRACE2*", 2019-05-19) the GIT_TRACE2* variables match the existing GIT_TRACE* pattern added in 95a1d12e9b ("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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 599fd70..57f7c30 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -386,7 +386,6 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
my @env = keys %ENV;
my $ok = join("|", qw(
TRACE
- TR2_
DEBUG
TEST
.*_TEST