diff options
author | Jim Meyering <jim@meyering.net> | 1994-09-27 04:43:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-09-27 04:43:08 +0000 |
commit | d67dbfcf80f35fc86aeb5e991779b6ab8e80689d (patch) | |
tree | 91e95283cfa69af05a6e2cbbe6aa6ccad2ca6877 /tests/tr | |
parent | 552cc77dcf7687ad511d71083905843fc9ef4f75 (diff) | |
download | coreutils-d67dbfcf80f35fc86aeb5e991779b6ab8e80689d.tar.xz |
.
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/failures | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tr/failures b/tests/tr/failures index 8e806dbef..defc474ce 100644 --- a/tests/tr/failures +++ b/tests/tr/failures @@ -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. |