From 4db622483834d1b69f7bce44f09dd7b0fb5d67c8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 29 Jan 2000 09:50:49 +0000 Subject: [PATCH] Set COLUMNS envvar, just to be safe. --- tests/stty/row-col-1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/stty/row-col-1 b/tests/stty/row-col-1 index c2d772cf48..a8ecb8d806 100755 --- a/tests/stty/row-col-1 +++ b/tests/stty/row-col-1 @@ -6,6 +6,11 @@ if test "$VERBOSE" = yes; then stty --version fi +# Setting this envvar to a very small value used to cause e.g., `stty size' +# to generate slightly different output on certain systems. +COLUMNS=80 +export COLUMNS + # Make sure there's a tty on stdin. . $srcdir/input-tty -- 2.47.3