File: use-system-libs.patch

package info (click to toggle)
ruby-connection-pool 2.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 156 kB
  • sloc: ruby: 726; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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(-)

diff --git a/test/helper.rb b/test/helper.rb
index 39dddb6..7f88ab6 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -5,4 +5,4 @@ require "minitest/autorun"
 
 $VERBOSE = 1
 
-require_relative "../lib/connection_pool"
+require "connection_pool"