Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37416921
en ru br
ALT Linux repos
S:3.1.2-alt2.1
5.0: 1.8.7-alt7
4.1: 1.8.7-alt0.M41.5
4.0: 1.8.6-alt2.M40.2
3.0: 1.8.2-alt7

Group :: Development/Ruby
RPM: ruby

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ruby-1.9.2-alt-group_member_3-is-not-handled-by-fakeroot_1.patch
Download


diff --git a/test/ruby/test_file_exhaustive.rb b/test/ruby/test_file_exhaustive.rb
index 5a62db1..ec00794 100644
--- a/test/ruby/test_file_exhaustive.rb
+++ b/test/ruby/test_file_exhaustive.rb
@@ -252,7 +252,7 @@ class TestFileExhaustive < Test::Unit::TestCase
   def test_owned_p ## xxx
     return if /cygwin|mswin|bccwin|mingw|emx/ =~ RUBY_PLATFORM
     assert(File.owned?(@file))
-    assert(File.grpowned?(@file))
+    #assert(File.grpowned?(@file))
   end
 
   def test_suid_sgid_sticky ## xxx
@@ -746,7 +746,7 @@ class TestFileExhaustive < Test::Unit::TestCase
   def test_stat_owned_p ## xxx
     return if /cygwin|mswin|bccwin|mingw|emx/ =~ RUBY_PLATFORM
     assert(File::Stat.new(@file).owned?)
-    assert(File::Stat.new(@file).grpowned?)
+    #assert(File::Stat.new(@file).grpowned?)
   end
 
   def test_stat_suid_sgid_sticky ## xxx
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin