From: Jim Meyering Date: Sat, 5 Apr 2003 16:21:23 +0000 (+0000) Subject: Add a comment explaining why this test fails when using Tru64's broken sed. X-Git-Tag: v5.0.1~815 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4795aa1810e72e5d2948f440b0caa5ed93b6a696;p=thirdparty%2Fcoreutils.git Add a comment explaining why this test fails when using Tru64's broken sed. --- diff --git a/tests/rm/rm3 b/tests/rm/rm3 index 0f0bce83b5..d0a87d8cc3 100755 --- a/tests/rm/rm3 +++ b/tests/rm/rm3 @@ -49,6 +49,8 @@ EOF # Both of these should fail. rm -ir z < 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/^ //' |sort > o2 mv o2 out