File: fix-autopkgtest.patch

package info (click to toggle)
ruby-in-parallel 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: ruby: 487; sh: 11; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix autopkgtest.
Author: Utkarsh Gupta <utkarsh@debian.org>
Bug-Debian: https://bugs.debian.org/979700

--- a/spec/in-paralell_spec.rb
+++ b/spec/in-paralell_spec.rb
@@ -1,5 +1,6 @@
 require 'rspec'
-require_relative('../lib/in_parallel')
+require 'in_parallel'
+
 include InParallel
 TMP_FILE = Dir.mktmpdir + 'test_file.txt'