diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-02-07 15:16:00 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-07 15:16:00 -0800 |
commit | 5abbeb4921c7dc389f4d1aa4c4d7d67680ada96c (patch) | |
tree | 89abdfc4272f07d201bc1b192cf1e1d57a2b6e45 /t | |
parent | Merge branch 'jc/do-not-let-random-file-interfere-with-completion-tests' into... (diff) | |
parent | test-lib.sh: unfilter GIT_PERF_* (diff) | |
download | tgif-5abbeb4921c7dc389f4d1aa4c4d7d67680ada96c.tar.xz |
Merge branch 'nd/fix-perf-parameters-in-tests' into maint
* nd/fix-perf-parameters-in-tests:
test-lib.sh: unfilter GIT_PERF_*
Diffstat (limited to 't')
-rw-r--r-- | t/test-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh index fc42d3a9c4..ea1e4a03a7 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -86,7 +86,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e ' PROVE VALGRIND UNZIP - PERF_AGGREGATING_LATER + PERF_ )); my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env); print join("\n", @vars); |