make check-TESTS make[1]: Entering directory `/tmp/coreutils-7.4/tests' make[2]: Entering directory `/tmp/coreutils-7.4/tests' FAIL: misc/stty-row-col ============================================= GNU coreutils 7.4: tests/test-suite.log ============================================= 1 of 1 test failed. .. contents:: :depth: 2 FAIL: misc/stty-row-col (exit: 1) ================================= + stty --version stty (GNU coreutils) 7.4 Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . 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_=/tmp/coreutils-7.4/tests +++ this_test_ +++ echo ././misc/stty-row-col +++ sed 's,.*/,,' ++ this_test=stty-row-col +++ /tmp/coreutils-7.4/src/mktemp -d --tmp=/tmp/coreutils-7.4/tests cu-stty-row-col.XXXXXXXXXX ++ t_=/tmp/coreutils-7.4/tests/cu-stty-row-col.xHWKiCdOkn ++ trap remove_tmp_ 0 ++ trap 'Exit $?' 1 2 13 15 ++ cd /tmp/coreutils-7.4/tests/cu-stty-row-col.xHWKiCdOkn ++ grep GNU ++ diff --version + require_controlling_input_terminal_ + tty -s + test -t 0 + test '' = no + trap '' TTOU + 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 /tmp/coreutils-7.4/tests + chmod -R u+rwx /tmp/coreutils-7.4/tests/cu-stty-row-col.xHWKiCdOkn + rm -rf /tmp/coreutils-7.4/tests/cu-stty-row-col.xHWKiCdOkn + exit 1 ====================================== 1 of 1 test failed See tests/test-suite.log Please report to address@hidden ====================================== make[2]: *** [test-suite.log] Error 1 make[2]: Leaving directory `/tmp/coreutils-7.4/tests' make[1]: *** [check-TESTS] Error 2 make[1]: Leaving directory `/tmp/coreutils-7.4/tests' make: *** [check-am] Error 2