summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_file.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_file.rb b/test/ruby/test_file.rb
index eae9a8e7b0..cd45c9628b 100644
--- a/test/ruby/test_file.rb
+++ b/test/ruby/test_file.rb
@@ -391,7 +391,6 @@ class TestFile < Test::Unit::TestCase
sleep 2
t2 = measure_time do
- File.read(path)
File.chmod(0644, path)
end