Package: ruby-sanitize / 6.0.0-1.1+deb12u1

no-relative-path.patch Patch series | download
1
2
3
4
5
6
7
8
9
autopkgtest should not use relative paths

--- a/test/common.rb
+++ b/test/common.rb
@@ -1,3 +1,3 @@
 # encoding: utf-8
 require 'minitest/autorun'
-require_relative '../lib/sanitize'
+require 'sanitize'