From 4500a5207da7b626f8c568afcaaa731d1cecd4d0 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 6 May 2008 00:02:01 +0000 Subject: File#lchmod test removed because the method is not exist. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_file_exhaustive.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/test_file_exhaustive.rb b/test/ruby/test_file_exhaustive.rb index d29253fa76..310f694ee4 100644 --- a/test/ruby/test_file_exhaustive.rb +++ b/test/ruby/test_file_exhaustive.rb @@ -309,8 +309,6 @@ class TestFileExhaustive < Test::Unit::TestCase return if /(mswin|bccwin|mingw|emx)/ =~ RUBY_PLATFORM assert_equal(1, File.lchmod(0444, @file)) assert_equal(0444, File.stat(@file).mode % 01000) - assert_equal(0, File.new(@file).lchmod(0222)) - assert_equal(0222, File.stat(@file).mode % 01000) File.lchmod(0600, @file) assert_raise(Errno::ENOENT) { File.lchmod(0600, @nofile) } rescue NotImplementedError -- cgit v1.2.3