From 01d63f13e81d0623d753d6521076c79d355d1921 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 14 May 2003 06:26:34 +0000 Subject: Use tr's \n notation rather than \012. --- tests/stty/row-col-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/stty/row-col-1') 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" \ -- cgit v1.2.3-70-g09d2