1
0
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:
Jim Meyering
2003-03-28 15:23:58 +00:00
parent 2a049a867f
commit 5e8abb3891
+3 -1
View File
@@ -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