1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: fix test in Debian build environment
Author: Christian Hofstaedtler <zeha@debian.org>
Last-Update: 2014-01-15
Index: ruby-inline/test/test_inline.rb
===================================================================
--- ruby-inline.orig/test/test_inline.rb
+++ ruby-inline/test/test_inline.rb
@@ -14,7 +14,7 @@ File.umask(0)
require 'pathname'
-$inline_path = './lib/inline.rb'
+$inline_path = './debian/ruby-inline/usr/lib/ruby/vendor_ruby/inline.rb'
$test_inline_path = './test/test_inline.rb'
class InlineTestCase < Minitest::Test
|