rubygem-gio2/rubygem-gio2-3.1.0-test-content-dup.patch
Mamoru TASAKA 9045b852cc 3.1.0
2016-11-30 15:08:11 +09:00

11 lines
466 B
Diff

--- gio2-3.1.0/test/test-file.rb.debug 2016-11-29 15:46:48.185008989 +0900
+++ gio2-3.1.0/test/test-file.rb 2016-11-29 15:57:53.859681592 +0900
@@ -24,7 +24,7 @@
path = fixture_path("content-type", "x-content", "unix-software")
dir = Gio::File.path(path)
assert_equal(["x-content/unix-software"],
- dir.guess_content_types.collect(&:to_s))
+ dir.guess_content_types.collect(&:to_s).uniq)
end
end
end