]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add a comment explaining why this test fails when using Tru64's broken sed.
authorJim Meyering <jim@meyering.net>
Sat, 5 Apr 2003 16:20:41 +0000 (16:20 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Apr 2003 16:20:41 +0000 (16:20 +0000)
tests/rm/rm5

index 55e74eeade1ceef0467d31bae2d6ea4d10d60c8e..fae3d3151342f081262fd13db0b0c0401fe6ac80 100755 (executable)
@@ -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