Skip to content

Commit 5abbeb4

Browse files
committed
Merge branch 'nd/fix-perf-parameters-in-tests' into maint
* nd/fix-perf-parameters-in-tests: test-lib.sh: unfilter GIT_PERF_*
2 parents 696c359 + edb5408 commit 5abbeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/test-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
8686
PROVE
8787
VALGRIND
8888
UNZIP
89-
PERF_AGGREGATING_LATER
89+
PERF_
9090
));
9191
my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env);
9292
print join("\n", @vars);

0 commit comments

Comments
 (0)