$NetBSD: patch-ad,v 1.1 2010/09/10 05:41:27 taca Exp $

Fix for Ruby 1.9, commit df5446c9f8ed1b8cfd70 from
http://github.com/mutoh/gettext/commits/master.

--- test/Rakefile.orig	2010-08-27 06:25:19.000000000 +0000
+++ test/Rakefile
@@ -12,6 +12,6 @@ desc 'Run all tests'
 task :test do
    Dir.glob("**/test_*.rb").each do |path|
     puts ""
-    ruby "-I../lib:../../locale/lib -rubygems #{path}"
+    ruby "-I../lib:../../locale/lib:. -rubygems #{path}"
    end
 end
