Junio C Hamano wrote: > Eric Wong <normalperson@xxxxxxxx> writes: > >> t/t9139-git-svn-non-utf8-commitencoding.sh | 47 ++++++++++++++++++++++++++++ > > Hmm. > >> +# Copyright (c) 2009 Eric Wong >> + >> +test_description='git svn refuses to dcommit non-UTF8 messages' >> + >> +. ./lib-git-svn.sh > > This passes when merged to 'master', but together with bc/old-iconv branch > cooking in 'next' it breaks. Yeah, it's the second for loop which accesses the files in t/t3900/. bc/old-iconv replaces each occurrence of ISO-8859-1 with ISO8859-1 and EUCJP with eucJP since old Solaris didn't know both names and modern platforms handle either name. The text files in t/t3900/ were renamed accordingly. It would be nice to use these older names here too, even though I won't be able to test it since svn is not installed on the older platforms I have access to. -brandon -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html