File: fix-relative-path-to-lib.patch

package info (click to toggle)
ruby-gitlab-fog-azure-rm 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 756 kB
  • sloc: ruby: 5,926; sh: 9; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
autopkgtest should test the system installed version of the library

--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -18,7 +18,7 @@
 require 'azure/core/http/http_error'
 require 'azure/core/http/http_response'
 $LOAD_PATH.unshift(File.expand_path '../lib', __dir__)
-require File.expand_path '../lib/fog/azurerm', __dir__
+require 'fog/azurerm'
 require File.expand_path './api_stub', __dir__
 
 def storage_account_credentials