1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-11 13:01:08 +02:00
This commit is contained in:
Jim Meyering
1994-09-27 04:43:08 +00:00
parent 552cc77dcf
commit d67dbfcf80

View File

@@ -14,5 +14,6 @@ tr a '' < /dev/null
tr -s '\432' < /dev/null
tr a 'abc\' < /dev/null
tr a '\x' < /dev/null
tr -s < /dev/null
# And make sure tr does the right thing when POSIXLY_... is set.