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/misc/nice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc/nice') diff --git a/tests/misc/nice b/tests/misc/nice index 6b2feacd6..d42f0ae5e 100755 --- a/tests/misc/nice +++ b/tests/misc/nice @@ -58,7 +58,7 @@ while :; do args=`echo x$args|tr : ' '|sed 's/^x//'` if test "$VERBOSE" = yes; then #echo "testing \`nice $args nice\` = $expected_result ..." - echo "test $test_name... " | tr -d '\012' + echo "test $test_name... " | tr -d '\n' fi test x`nice $args nice 2> /dev/null` = x$expected_result \ && ok=ok || ok=FAIL fail=1 -- cgit v1.2.3-70-g09d2