diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-07-09 10:27:10 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-07-09 17:56:37 +0900 |
| commit | cd10afedb580486294bb4daeab767cffac5abe43 (patch) | |
| tree | f51ffe037ddeb083df965086acbe2544047b0847 | |
| parent | 3f0e0d5c8bf9046aee7f262a3f9a7524d51aaf3e (diff) | |
Removed a left over from c71a60c1dd02
0a0eb2807ed7 has already replaced most of that code.
| -rw-r--r-- | test/ruby/test_file.rb | 1 |
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 |
