From e52a7c28ac97a8b091a3fb2cdc41ee258145603a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Jan 2008 10:06:36 +0100 Subject: tests/tr/Test.pm: Prefer en_US.ISO-8859-1 to en_US.iso88591. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suggestions from James Youngman and Pádraig Brady in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/12218/focus=12227 --- tests/tr/Test.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tr/Test.pm') diff --git a/tests/tr/Test.pm b/tests/tr/Test.pm index cf7021397..e92204f21 100644 --- a/tests/tr/Test.pm +++ b/tests/tr/Test.pm @@ -142,7 +142,7 @@ my @tv = ( # Up to coreutils-6.9.91, this would fail with the diagnostic: # tr: misaligned [:upper:] and/or [:lower:] construct -# with LC_CTYPE=en_US.iso88591. +# with LC_CTYPE=en_US.ISO-8859-1. ['tolower-F',q|'[:upper:]' '[:lower:]'|, 'A', 'a', 0], # When doing a case-converting translation with something after the @@ -151,7 +151,7 @@ my @tv = ( ['dncase-xtra',q|'[:upper:].' '[:lower:]x'|, 'ABC.', 'abcx', 0], ); -$Test::env{'tolower-F'} = ['LC_CTYPE=en_US.iso88591']; +$Test::env{'tolower-F'} = ['LC_CTYPE=en_US.ISO-8859-1']; sub test_vector { -- cgit v1.2.3-54-g00ecf