]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use tr's \n notation rather than \012.
authorJim Meyering <jim@meyering.net>
Wed, 14 May 2003 06:24:43 +0000 (06:24 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 14 May 2003 06:24:43 +0000 (06:24 +0000)
tests/rm/rm3

index d0a87d8cc3752dac5bc703cdb8b99c02584d96c3..018c4ae66574dd43c8f25617cadb8398da53d96c 100755 (executable)
@@ -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