From: Jonathan Nieder Date: Tue, 15 Mar 2011 09:05:10 +0000 (-0500) Subject: tests: suppress system gitattributes X-Git-Tag: v1.7.5-rc0~40^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3c995beb14b7aef9fa724cde9d2b7a4ea4ae53cc?hp=3c995beb14b7aef9fa724cde9d2b7a4ea4ae53cc tests: suppress system gitattributes Set GIT_ATTR_NOSYSTEM in test-lib to make tests more reliable in two ways: - an invalid GIT_ATTR_NOSYSTEM setting should not cause tests to fail with "fatal: bad config value for 'GIT_ATTR_NOSYSTEM'". - /etc/gitattributes should not change the outcome of tests. Signed-off-by: Jonathan Nieder Improved-by: Jeff King Signed-off-by: Junio C Hamano ---