mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-18 09:28:22 +02:00
Skip this test if stty can't get window size.
This happens when connecting to sparc-solaris2.7 via ssh from within emacs. Reported by Karl Berry.
This commit is contained in:
@@ -33,7 +33,9 @@ set - $tests
|
||||
|
||||
saved_size=.saved-size
|
||||
|
||||
stty size > $saved_size || exit 1
|
||||
stty size > $saved_size \
|
||||
|| { echo "$0: skipping this test: can't get window size" 1>&2;
|
||||
exit 77; exit; }
|
||||
|
||||
fail=0
|
||||
while :; do
|
||||
|
||||
Reference in New Issue
Block a user