File: 0003-remove-relative-path.patch

package info (click to toggle)
ruby-logging 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 708 kB
  • sloc: ruby: 6,273; sh: 9; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
autopkgtest should take installed lib

--- a/test/setup.rb
+++ b/test/setup.rb
@@ -16,7 +16,7 @@ if Test::Unit::TestCase.respond_to? :tes
   Test::Unit::TestCase.test_order = :random
 end
 
-require File.expand_path("../../lib/logging", __FILE__)
+require "logging"
 
 module TestLogging
   module LoggingTestCase