about summary refs log tree commit homepage
path: root/test/test_eventfd.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_eventfd.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_eventfd.rb')
-rw-r--r--test/test_eventfd.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/test_eventfd.rb b/test/test_eventfd.rb
index a6b3016..1611dd8 100644
--- a/test/test_eventfd.rb
+++ b/test/test_eventfd.rb
@@ -1,10 +1,7 @@
-require './test/helper'
+require_relative 'helper'
 require 'fcntl'
-$-w = true
 
-require 'sleepy_penguin'
-
-class TestEventFD < Testcase
+class TestEventFD < Test::Unit::TestCase
   include SleepyPenguin
 
   def test_constants