Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.pre1
Assignee: Unassigned
Components: Core Classes/Modules
Created: 16/Jul/12 5:12 AM
Description:

rvm jruby-1.7.0.preview1
irb
File.open('foo', File::WRONLY | File::APPEND | File::CREAT).close
puts `ls -l foo`
#=> --xS-x 1 inglua inglua 0 Jul 16 10:06 foo
exit

rvm 1.9.3-p194
irb
File.open('foo2', File::WRONLY | File::APPEND | File::CREAT).close
puts `ls -l foo2`
rw-rr- 1 inglua inglua 0 Jul 16 10:07 foo2

Environment: ubuntu
Project: JRuby
Priority: Critical Critical
Reporter: Michiel de Mare
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to