File: 0001-Use-system-libs.patch

package info (click to toggle)
ruby-toml-rb 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,864 kB
  • sloc: ruby: 1,398; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Lucas Kanashiro <kanashiro@ubuntu.com>
Date: Fri, 5 Nov 2021 10:17:45 -0300
Subject: Use system libs

autopkgtest should use installed library.

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 34c4245..c399dee 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,2 +1,2 @@
 require "minitest/autorun"
-require_relative "../lib/toml-rb"
+require "toml-rb"