File: fix-tests-in-debian-build-env

package info (click to toggle)
ruby-inline 3.12.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 408 kB
  • sloc: ruby: 1,504; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (2)
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