Issue Type: Bug Bug
Affects Versions: JRuby 1.7.1, JRuby 1.7.0
Assignee: Thomas E Enebo
Created: 06/Dec/12 12:07 PM
Description:

In JRuby when you run File.readlink on a symlink that points to a non-existent file you get an error (Errno::ENOENT. In MRI you get the link.

This shows the bug in action:

ln -sf nonexisting overwrite_symlink && ruby -e 'puts File::readlink("overwrite_symlink")'
Project: JRuby
Priority: Minor Minor
Reporter: Theo Hultberg
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