aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-07 15:16:00 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-07 15:16:00 -0800
commit5abbeb4921c7dc389f4d1aa4c4d7d67680ada96c (patch)
tree89abdfc4272f07d201bc1b192cf1e1d57a2b6e45
parent696c35972fdb0b80e68e61fba4055f29777ca3a9 (diff)
parentedb54081ad821f89619df47bce993b9acc1d2234 (diff)
downloadgit-5abbeb4921c7dc389f4d1aa4c4d7d67680ada96c.tar.gz
git-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_*
-rw-r--r--t/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index fc42d3a9c..ea1e4a03a 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);