Author: donaldp
Date: Thu Apr 18 07:11:10 2013
New Revision: 1469195
URL: http://svn.apache.org/r1469195
Log:
Remove historic pending comment
Modified:
buildr/trunk/spec/core/common_spec.rb
Modified: buildr/trunk/spec/core/common_spec.rb
URL:
http://svn.apache.org/viewvc/buildr/trunk/spec/core/common_spec.rb?rev=1469195&r1=1469194&r2=1469195&view=diff
==============================================================================
--- buildr/trunk/spec/core/common_spec.rb (original)
+++ buildr/trunk/spec/core/common_spec.rb Thu Apr 18 07:11:10 2013
@@ -541,7 +541,6 @@ describe Buildr::Filter do
end
it 'should preserve mode bits except readable' do
- # legacy: pending "Pending the release of the fix for JRUBY-4927" if
RUBY_PLATFORM =~ /java/
mode = 0o600
Dir['src/*'].each { |file| File.chmod(mode, file) }
@filter.from('src').into('target').run