File: 06-fix-relative-path.patch

package info (click to toggle)
ruby-fog-aws 3.33.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,180 kB
  • sloc: ruby: 75,405; javascript: 14; makefile: 9; sh: 4
file content (14 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: This patch fixes relative path.
Last-Update: 02-10-2019

--- a/tests/helper.rb
+++ b/tests/helper.rb
@@ -6,7 +6,7 @@
   $stderr.puts "not recording test coverage: #{e.inspect}"
 end
 
-require File.expand_path('../../lib/fog/aws', __FILE__)
+require 'fog-aws'
 
 Excon.defaults.merge!(debug_request: true, debug_response: true)