File: 0003-remove-relative-path.patch

package info (click to toggle)
ruby-logging 2.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 660 kB
  • sloc: ruby: 6,139; sh: 11; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (2)
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
@@ -10,7 +10,7 @@
   Test::Unit::TestCase.test_order = :random
 end
 
-require File.expand_path("../../lib/logging", __FILE__)
+require "logging"
 
 module TestLogging
   module LoggingTestCase