Removed a left over from c71a60c1dd02

0a0eb2807ed7 has already replaced most of that code.
This commit is contained in:
Nobuyoshi Nakada 2025-07-09 10:27:10 +09:00
parent 3f0e0d5c8b
commit cd10afedb5
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -391,7 +391,6 @@ class TestFile < Test::Unit::TestCase
sleep 2
t2 = measure_time do
File.read(path)
File.chmod(0644, path)
end