about summary refs log tree commit homepage
path: root/test/test_epoll_io.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_epoll_io.rb')
-rw-r--r--test/test_epoll_io.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/test_epoll_io.rb b/test/test_epoll_io.rb
index 5452de1..d749158 100644
--- a/test/test_epoll_io.rb
+++ b/test/test_epoll_io.rb
@@ -1,12 +1,9 @@
-require './test/helper'
+require_relative 'helper'
 require 'fcntl'
 require 'socket'
 require 'thread'
-$-w = true
-Thread.abort_on_exception = true
-require 'sleepy_penguin'
 
-class TestEpollIO < Testcase
+class TestEpollIO < Test::Unit::TestCase
   include SleepyPenguin
 
   def setup