File: use-system-libs.patch

package info (click to toggle)
ruby-connection-pool 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 228 kB
  • sloc: ruby: 1,252; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Pirate Praveen <praveen@debian.org>
Date: Fri, 12 Oct 2018 23:26:28 +0530
Subject: Use system lib in tests

Forwarded: not-needed
---
 test/helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/test/helper.rb
+++ b/test/helper.rb
@@ -24,7 +24,7 @@ if ENV["COVERAGE"]
   end
 end
 
-require_relative "../lib/connection_pool"
+require "connection_pool"
 
 class ConnectionPool
   def self.reset_instances