Description: Change require statements using relative paths for Ruby 1.9.2
 * tests/test_1.rb:
 replace «require 'inotify'» by «require './inotify'»
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593033
Author: Laurent Arnoud <laurent@spkdev.net>
--- a/tests/test_1.rb
+++ b/tests/test_1.rb
@@ -1,5 +1,5 @@
 require 'test/unit'
-require 'inotify'
+require './inotify'

 class Test1 < Test::Unit::TestCase
 	def setup
