===========================================
 1 of 366 tests failed
 (52 tests were not run)
 See tests/test-suite.log
 Please report it to bug-coreutils@gnu.org
===========================================

=============================================
   GNU coreutils 7.1: tests/test-suite.log   
=============================================

1 of 366 tests failed.  (52 tests were not run).  

.. contents:: :depth: 2


FAIL: misc/stty-row-col.log (exit: 1)
=====================================

+ stty --version
stty (GNU coreutils) 7.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David MacKenzie.
+ COLUMNS=80
+ export COLUMNS
+ LC_ALL=C
+ export LC_ALL
+ . ./test-lib.sh
++ unset function_test
++ eval 'function_test() { return 11; }; function_test'
+++ function_test
+++ return 11
++ test 11 '!=' 11
+++ pwd
++ test_dir_=/sources/coreutils-7.1/tests
+++ this_test_
+++ echo ././misc/stty-row-col
+++ sed 's,.*/,,'
++ this_test=stty-row-col
+++ /sources/coreutils-7.1/src/mktemp -d --tmp=/sources/coreutils-7.1/tests cu-stty-row-col.XXXXXXXXXX
++ t_=/sources/coreutils-7.1/tests/cu-stty-row-col.qXXXbWgKWX
++ trap remove_tmp_ 0
++ trap 'Exit $?' 1 2 13 15
++ cd /sources/coreutils-7.1/tests/cu-stty-row-col.qXXXbWgKWX
++ diff --version
++ grep GNU
+ require_controlling_input_terminal_
+ tty -s
+ test -t 0
+ test '' = no
+ tests='
1 rows_40_columns_80 40_80
2 rows_1_columns_1 1_1
3 rows_40_columns_80 40_80
4 rows_1 1_80
5 columns_1 1_1
6 rows_40 40_1
7 rows_1 1_1
8 columns_80 1_80
9 rows_30 30_80
NA LAST NA
'
+ set 1 rows_40_columns_80 40_80 2 rows_1_columns_1 1_1 3 rows_40_columns_80 40_80 4 rows_1 1_80 5 columns_1 1_1 6 rows_40 40_1 7 rows_1 1_1 8 columns_80 1_80 9 rows_30 30_80 NA LAST NA
++ stty size
+ saved_size='25 80'
+ test -n '25 80'
+ fail=0
+ :
+ test_name=1
+ args=rows_40_columns_80
++ echo 40_80
++ tr _ ' '
+ expected_result='40 80'
+ test rows_40_columns_80 = empty
+ test xrows_40_columns_80 = xLAST
++ echo xrows_40_columns_80
++ tr _ ' '
++ sed 's/^x//'
+ args='rows 40 columns 80'
+ test yes = yes
+ echo 'test 1... '
+ tr -d '\n'
test 1... + stty rows 40 columns 80
stty: standard input: Invalid argument
+ exit 1
+ remove_tmp_
+ __st=1
+ cleanup_
+ :
+ cd /sources/coreutils-7.1/tests
+ chmod -R u+rwx /sources/coreutils-7.1/tests/cu-stty-row-col.qXXXbWgKWX
+ rm -rf /sources/coreutils-7.1/tests/cu-stty-row-col.qXXXbWgKWX
+ exit 1