summaryrefslogtreecommitdiff
path: root/tests/rm/rm5
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-05 16:20:41 +0000
committerJim Meyering <jim@meyering.net>2003-04-05 16:20:41 +0000
commit84b0d3667b3021660ce98a159bd54737bcb4ec42 (patch)
tree68ea776023865ee7b70810fbf4c524faf5a6b409 /tests/rm/rm5
parentc05a53c48bfa411181c5334f01ed4c8b82ef360d (diff)
downloadcoreutils-84b0d3667b3021660ce98a159bd54737bcb4ec42.tar.xz
Add a comment explaining why this test fails when using Tru64's broken sed.
Diffstat (limited to 'tests/rm/rm5')
-rwxr-xr-xtests/rm/rm52
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rm/rm5 b/tests/rm/rm5
index 55e74eead..fae3d3151 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