From: Jim Meyering Date: Sat, 5 Apr 2003 16:20:41 +0000 (+0000) Subject: Add a comment explaining why this test fails when using Tru64's broken sed. X-Git-Tag: v5.0.1~816 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84b0d3667b3021660ce98a159bd54737bcb4ec42;p=thirdparty%2Fcoreutils.git Add a comment explaining why this test fails when using Tru64's broken sed. --- diff --git a/tests/rm/rm5 b/tests/rm/rm5 index 55e74eeade..fae3d31513 100755 --- a/tests/rm/rm5 +++ b/tests/rm/rm5 @@ -39,6 +39,8 @@ fi fail=0 rm -ir d < in > out 2>&1 || fail=1 +# The following loses with Tru64's sed, since that sed mistakenly +# tacks a newline onto the end of the file. tr '?' '\012' < out |sed 's/^ //' > o2 mv o2 out