File: 01_fix_library_path.patch

package info (click to toggle)
ruby-ntlm 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 392 kB
  • sloc: ruby: 2,742; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 621 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
20
From: Abhijith PA <abhijith@openmailbox.org>
Date: Sun, 10 Sep 2017 23:26:35 +0530
Subject: Fix for autopkgtest failure

Forwarded: not-needed
---
 spec/lib/net/ntlm/version_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/lib/net/ntlm/version_spec.rb b/spec/lib/net/ntlm/version_spec.rb
index a367995..36bc800 100644
--- a/spec/lib/net/ntlm/version_spec.rb
+++ b/spec/lib/net/ntlm/version_spec.rb
@@ -1,5 +1,5 @@
 require 'spec_helper'
-require File.expand_path("#{File.dirname(__FILE__)}/../../../../lib/net/ntlm/version")
+require 'net/ntlm/version'
 
 describe Net::NTLM::VERSION do