gitweb: Make i18n (encoding) tests in t9500 leave clean state
authorJakub Narebski <jnareb@gmail.com>
Sun, 27 Feb 2011 16:58:32 +0000 (17:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Feb 2011 23:36:33 +0000 (15:36 -0800)
The most important issue is that after unsetting `i18n.commitencoding'
config variable t9500 no longer will use author and comitter name
containing ISO-8859-1 characters, which are invalid UTF-8 characters.

Besides it is good practice in general to clean up the state in tests.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found