FileUtils.cp on /dev/null
--------------------------
Key: JRUBY-2145
URL: http://jira.codehaus.org/browse/JRUBY-2145
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules
Environment: osx
Reporter: McClain Looney
require 'test/unit'
require 'fileutils'
class DNullCpTest < Test::Unit::TestCase
def teardown
FileUtils.rm('somefile')rescue nil
end
def test_dnull_copy
FileUtils.cp('/dev/null', 'somefile')
end
end
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
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