about summary refs log tree commit homepage
path: root/test/test_sendfile.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-03-11 09:45:45 +0000
committerEric Wong <e@80x24.org>2017-03-11 09:46:50 +0000
commit68b232a2b3157a4ced19c0045d4c7a937e09b442 (patch)
tree307b4d699f0397ab0ac5756997638838766e3360 /test/test_sendfile.rb
parentd56ab3b844995bce2231f43e319f3bd9bfc6ad71 (diff)
downloadsleepy_penguin-68b232a2b3157a4ced19c0045d4c7a937e09b442.tar.gz
test-unit has fewer incompatible changes over the years
than minitest; and minitest seems open to making future
incompatible changes... Nope.

I value API stability more and more as I (and this project)
ages.
Diffstat (limited to 'test/test_sendfile.rb')
-rw-r--r--test/test_sendfile.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_sendfile.rb b/test/test_sendfile.rb
index a25b711..7fafef3 100644
--- a/test/test_sendfile.rb
+++ b/test/test_sendfile.rb
@@ -1,9 +1,7 @@
 # -*- encoding: binary -*-
-require 'test/unit'
+require_relative 'helper'
 require 'tempfile'
 require 'socket'
-$-w = true
-require 'sleepy_penguin'
 
 class TestSendfile < Test::Unit::TestCase
   def test_linux_sendfile