]> git.ipfire.org Git - thirdparty/git.git/commit
tests: sanitize more git environment variables
authorJeff King <peff@peff.net>
Wed, 26 Jan 2011 20:33:32 +0000 (15:33 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Jan 2011 18:24:05 +0000 (10:24 -0800)
commita1231de0020b60076f946012b8230db9b1c00cfd
treea3ed7cdcbd6f606a271d86f47699bd994b41b384
parent5ce3258122939f93a927c75d308c1c34038f0386
tests: sanitize more git environment variables

These variables should generally not be set in one's
environment, but they do get set by rebase, which means
doing an interactive rebase like:

  pick abcd1234 foo
  exec make test

will cause false negatives in the test suite.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh