summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-09-27 04:43:08 +0000
committerJim Meyering <jim@meyering.net>1994-09-27 04:43:08 +0000
commitd67dbfcf80f35fc86aeb5e991779b6ab8e80689d (patch)
tree91e95283cfa69af05a6e2cbbe6aa6ccad2ca6877
parent552cc77dcf7687ad511d71083905843fc9ef4f75 (diff)
downloadcoreutils-d67dbfcf80f35fc86aeb5e991779b6ab8e80689d.tar.xz
.
-rw-r--r--tests/tr/failures1
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.