Blob Blame History Raw
--- 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