summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-10-13 23:06:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-10-13 23:06:57 +0000
commit681b457b557230222d2ec3a9f67b4524d3d1fe60 (patch)
tree7cf7f0da2b56469f97d983a28b3ace558eab9767 /tests
parent4ef7839e26f1071db61aab7aa7b0d18618420d08 (diff)
downloadcoreutils-681b457b557230222d2ec3a9f67b4524d3d1fe60.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-xtests/stty/row-col-17
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/stty/row-col-1 b/tests/stty/row-col-1
index 06a74c8af..edf2db501 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
+# <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