mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use RUBYOPT to overwrite original RUBYOPT ENV
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c62ec3ae1a
commit
8539a917dd
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ module DL
|
|||
# interface, below, should be used, since getpid() is a function and not a
|
||||
# data object.)
|
||||
# --- FreeBSD 8.0 dlsym(3)
|
||||
assert_in_out_err(['-W0'], <<-INPUT, /\A#<DL::Handle:0x[0-9a-f]+>\z/)
|
||||
assert_in_out_err(['RUBYOPT' => '-W0'], <<-INPUT, /\A#<DL::Handle:0x[0-9a-f]+>\z/)
|
||||
require 'dl'
|
||||
require 'objspace'
|
||||
print DL::Handle::NEXT.inspect
|
||||
|
|
Loading…
Reference in a new issue