Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37431118
en ru br
Репозитории ALT
S:3.1.2-alt2.1
5.1: 1.9.1-alt1.r26040.1
4.1: 1.8.7-alt0.M41.5
4.0: 1.8.6-alt2.M40.2
3.0: 1.8.2-alt7
www.altlinux.org/Changes

Группа :: Разработка/Ruby
Пакет: ruby

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: ruby-1.9.2-alt-group_member_3-is-not-handled-by-fakeroot_1.patch
Скачать


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
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin