git p4 test: sanitize P4CHARSET
authorkazuki saitoh <ksaitoh560@gmail.com>
Sat, 10 Aug 2013 20:15:12 +0000 (16:15 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Aug 2013 06:19:08 +0000 (23:19 -0700)
In the tests, p4d is started without using "internationalized
mode". Make sure this environment variable is unset, otherwise
a mis-matched user setting would break the tests. The error
message would be "Unicode clients require a unicode enabled server."

[pw: use unset, add commit text]

Signed-off-by: Kazuki Saitoh <ksaitoh560@gmail.com>
Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found