mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_require.rb (test_require_too_long_filename):
clear -w option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a5e1a4b635
commit
22223dc6dd
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Aug 9 06:50:28 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* test/ruby/test_require.rb (test_require_too_long_filename):
|
||||
clear -w option.
|
||||
|
||||
Mon Aug 9 00:18:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/mkmf.rb ($ignore_error): initialize after $nmake.
|
||||
|
|
|
@ -20,7 +20,7 @@ class TestRequire < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_require_too_long_filename
|
||||
assert_in_out_err([], <<-INPUT, %w(:ok), [])
|
||||
assert_in_out_err(["RUBYOPT"=>nil], <<-INPUT, %w(:ok), [])
|
||||
begin
|
||||
require '#{ "foo/" * 10000 }foo'
|
||||
rescue LoadError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue