]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Oct 2004 23:06:57 +0000 (23:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Oct 2004 23:06:57 +0000 (23:06 +0000)
tests/stty/row-col-1

index 06a74c8afb2fbb2d60209d48cd1eb7e8dd9c7c35..edf2db501e51a6c49e81298b2c7f7bd96ab265cf 100755 (executable)
@@ -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
+# <http://lists.gnu.org/archive/html/bug-coreutils/2004-10/msg00035.html>.
+# 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