tests: stop worrying about obsolete environment variables
commit67e6d817945202427977cf950b5ccbad3060e9e4
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 15 Mar 2011 10:09:24 +0000 (15 05:09 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Mar 2011 19:23:29 +0000 (15 12:23 -0700)
tree9551d9cc52626fd068f63cd43fad11cc84440109
parenta35138af75070adb32cf281a56186c9343af36a4
tests: stop worrying about obsolete environment variables

After v0.99.7~99 (Retire support for old environment variables,
2005-09-09), there is no more need to unset a stray AUTHOR_NAME
variable that might have entered the test environment.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh