git p4 test: sanitize P4CHARSET
commit799460316b87c2b0f26c3c0fcd99ae153f9f7358
authorkazuki saitoh <ksaitoh560@gmail.com>
Sat, 10 Aug 2013 20:15:12 +0000 (10 16:15 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Aug 2013 06:19:08 +0000 (11 23:19 -0700)
treeaefdf78974768d3086081d40566dc979ac652105
parent96cb27a9d2db3c01b8e296a0fbc1da1da09d1412
git p4 test: sanitize P4CHARSET

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>
t/lib-git-p4.sh