gitweb: Make i18n (encoding) tests in t9500 leave clean state
commite5ea66f9e545588c92cf228cca16f0b52d467bb5
authorJakub Narebski <jnareb@gmail.com>
Sun, 27 Feb 2011 16:58:32 +0000 (27 17:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Feb 2011 23:36:33 +0000 (27 15:36 -0800)
treeeda14dd1aa36fb931318810140219e7c4b46dff1
parent6e7293e3ed0e29fd55bb2b4b1224613e4f38fed0
gitweb: Make i18n (encoding) tests in t9500 leave clean state

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>
t/t9500-gitweb-standalone-no-errors.sh