summaryrefslogtreecommitdiff
path: root/test/ruby/test_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_file.rb')
-rw-r--r--test/ruby/test_file.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_file.rb b/test/ruby/test_file.rb
index 3cf90f7101..b35a2661c9 100644
--- a/test/ruby/test_file.rb
+++ b/test/ruby/test_file.rb
@@ -41,4 +41,6 @@ class TestFile < Test::Unit::TestCase
yield f
end
alias open_file_rw open_file
+
+ include TestEOF::Seek
end