summaryrefslogtreecommitdiff
path: root/tests/misc/nice
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/nice')
-rwxr-xr-xtests/misc/nice2
1 files changed, 1 insertions, 1 deletions
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