diff options
Diffstat (limited to 'tests/misc/stty-row-col')
-rwxr-xr-x | tests/misc/stty-row-col | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/misc/stty-row-col b/tests/misc/stty-row-col index 7fc917fa4..8ac114336 100755 --- a/tests/misc/stty-row-col +++ b/tests/misc/stty-row-col @@ -36,9 +36,8 @@ export COLUMNS LC_ALL=C export LC_ALL -# Make sure there's a tty on stdin. -. $srcdir/input-tty . $srcdir/test-lib.sh +require_controlling_input_terminal_ # Versions of GNU stty from shellutils-1.9.2c and earlier failed # tests #2 and #4 when run on SunOS 4.1.3. |