
This test will fail under fakeroot, so disable it.

diff -uNr kgio-2.6.0.orig/test/test_tryopen.rb kgio-2.6.0/test/test_tryopen.rb
--- kgio-2.6.0.orig/test/test_tryopen.rb	2011-11-15 20:14:12.000000000 +0300
+++ kgio-2.6.0/test/test_tryopen.rb	2011-11-15 20:16:21.285332747 +0300
@@ -22,12 +22,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"
