diff options
Diffstat (limited to 'tests/stty/row-col-1')
-rwxr-xr-x | tests/stty/row-col-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stty/row-col-1 b/tests/stty/row-col-1 index 0ede6cb7f..06a74c8af 100755 --- a/tests/stty/row-col-1 +++ b/tests/stty/row-col-1 @@ -47,7 +47,7 @@ while :; do args=`echo x$args|tr _ ' '|sed 's/^x//'` if test "$VERBOSE" = yes; then # echo "testing \`stty $args; stty size\` = $expected_result ..." - echo "test $test_name... " | tr -d '\012' + echo "test $test_name... " | tr -d '\n' fi stty $args || exit 1 test x"`stty size 2> /dev/null`" = "x$expected_result" \ |