1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2016-05-02 14:03:22 +00:00
parent 42ebe37b88
commit 7f50d69c4a

View file

@ -339,7 +339,7 @@ class TestFileExhaustive < Test::Unit::TestCase
assert_file.not_readable?(utf8_file)
File.chmod(0600, utf8_file)
assert_file.readable?(utf8_file)
assert_file.not_readable?(nofile)
end if POSIX