From: Paul Eggert Date: Wed, 13 Oct 2004 23:06:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~544 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681b457b557230222d2ec3a9f67b4524d3d1fe60;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/stty/row-col-1 b/tests/stty/row-col-1 index 06a74c8afb..edf2db501e 100755 --- a/tests/stty/row-col-1 +++ b/tests/stty/row-col-1 @@ -11,6 +11,13 @@ fi COLUMNS=80 export COLUMNS +# Make sure we get English-language behavior. +# See the report about a possibly-related Solaris problem by Alexandre Peshansky +# . +# Currently stty isn't localized, but it might be in the future. +LC_ALL=C +export LC_ALL + # Make sure there's a tty on stdin. . $srcdir/../input-tty