Skip to content

Commit a495882

Browse files
committed
DROPME: keep inherited GIT_TR2 env vars when running test suite
Signed-off-by: Jeff Hostetler <[email protected]>
1 parent ba1e59f commit a495882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/test-lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $(env | sed -n \
146146
-e '/^GIT_PERF_/d' \
147147
-e '/^GIT_CURL_VERBOSE/d' \
148148
-e '/^GIT_TRACE_CURL/d' \
149+
-e '/^GIT_TR2_*/d' \
149150
-e 's/^\(GIT_[^=]*\)=.*/\1/p')
150151
unset XDG_CACHE_HOME
151152
unset XDG_CONFIG_HOME

0 commit comments

Comments
 (0)