summaryrefslogtreecommitdiff
path: root/tests/rm/rm3
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/rm3')
-rwxr-xr-xtests/rm/rm32
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/rm3 b/tests/rm/rm3
index d0a87d8cc..018c4ae66 100755
--- a/tests/rm/rm3
+++ b/tests/rm/rm3
@@ -51,7 +51,7 @@ EOF
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
+tr '?' '\n' < out |sed 's/^ //' |sort > o2
mv o2 out
sort <<EOF > exp || fail=1