From: Alexey Shumkin Date: Thu, 4 Jul 2013 12:45:46 +0000 (+0400) Subject: t4041, t4205, t6006, t7102: use iso8859-1 rather than iso-8859-1 X-Git-Tag: v1.8.4-rc0~71^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/14332bccc1d88e89fa8950b92c034432e1585bd4?hp=14332bccc1d88e89fa8950b92c034432e1585bd4 t4041, t4205, t6006, t7102: use iso8859-1 rather than iso-8859-1 Both "iso8859-1" and "iso-8859-1" are understood as latin-1 by modern platforms, but the latter is not understood by older platforms;update tests to use the former. This is in line with 3994e8a9 (t4201: use ISO8859-1 rather than ISO-8859-1, 2009-12-03), which did the same. Signed-off-by: Alexey Shumkin Reviewed-by: Johannes Sixt Signed-off-by: Junio C Hamano ---