
This test will fail under fakeroot, so disable it.

Index: ruby-kgio/test/test_tryopen.rb
===================================================================
--- ruby-kgio.orig/test/test_tryopen.rb	2012-02-18 18:22:30.000000000 +0300
+++ ruby-kgio/test/test_tryopen.rb	2012-03-03 15:29:14.549101728 +0300
@@ -26,12 +26,12 @@
     assert_equal :ENOENT, tmp
   end
 
-  def test_tryopen_EPERM
-    tmp = Tempfile.new "tryopen"
-    File.chmod 0000, tmp.path
-    tmp = Kgio::File.tryopen(tmp.path)
-    assert_equal :EACCES, tmp
-  end
+#  def test_tryopen_EPERM
+#    tmp = Tempfile.new "tryopen"
+#    File.chmod 0000, tmp.path
+#    tmp = Kgio::File.tryopen(tmp.path)
+#    assert_equal :EACCES, tmp
+#  end
 
   def test_tryopen_readwrite
     tmp = Tempfile.new "tryopen"
