File: use-system-libs.patch

package info (click to toggle)
ruby-connection-pool 2.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: ruby: 1,235; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 436 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
@@ -5,7 +5,7 @@ require "minitest/autorun"
 
 $VERBOSE = 1
 
-require_relative "../lib/connection_pool"
+require "connection_pool"
 
 class ConnectionPool
   def self.reset_instances