author | Junio C Hamano <junkio@cox.net> | |
Tue, 7 Feb 2006 23:35:46 +0000 (15:35 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 9 Feb 2006 05:55:34 +0000 (21:55 -0800) | ||
commit | 47e013f9207a235a87390ee8ad03c8a7406f4147 | |
tree | e0e658624f2cfb7ea86222b9da34652edf0f54c4 | tree | snapshot |
parent | dfdd309e574df2da93f48d9cf4e83d53233dbe14 | commit | diff |
t6000: fix a careless test library add-on.
It tried to "restore" GIT_AUTHOR_EMAIL environment variable but
the variable started out as unset, so ended up setting it to an
empty string. This is now caught as an error.
Signed-off-by: Junio C Hamano <junkio@cox.net>
It tried to "restore" GIT_AUTHOR_EMAIL environment variable but
the variable started out as unset, so ended up setting it to an
empty string. This is now caught as an error.
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t6000lib.sh | diff | blob | history |