summaryrefslogtreecommitdiff
path: root/tests/rm/rm5
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-14 06:25:08 +0000
committerJim Meyering <jim@meyering.net>2003-05-14 06:25:08 +0000
commit00a770a30e17ee037bff676b48390bdfff466187 (patch)
treeeab3b7c2f60d9899d5722637c0aa9ec13e029cd4 /tests/rm/rm5
parent6fb0b1d366be6c3563bf0a1d863f3551b8f359ab (diff)
downloadcoreutils-00a770a30e17ee037bff676b48390bdfff466187.tar.xz
Use tr's \n notation rather than \012.
Diffstat (limited to 'tests/rm/rm5')
-rwxr-xr-xtests/rm/rm52
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/rm5 b/tests/rm/rm5
index fae3d3151..91715ae75 100755
--- a/tests/rm/rm5
+++ b/tests/rm/rm5
@@ -41,7 +41,7 @@ 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
+tr '?' '\n' < out |sed 's/^ //' > o2
mv o2 out
# Make sure it's been removed.