]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 27 Sep 1994 04:43:08 +0000 (04:43 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Sep 1994 04:43:08 +0000 (04:43 +0000)
tests/tr/failures

index 8e806dbefecca542e216526d37bf4444524af43d..defc474ce23bb2ba94831f6d5c6cac9c435eb6cb 100644 (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.