From: Jim Meyering Date: Sat, 29 Jan 2000 09:50:49 +0000 (+0000) Subject: Set COLUMNS envvar, just to be safe. X-Git-Tag: FILEUTILS-4_0p~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4db622483834d1b69f7bce44f09dd7b0fb5d67c8;p=thirdparty%2Fcoreutils.git Set COLUMNS envvar, just to be safe. --- 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