зеркало из https://github.com/github/ruby.git
ext/-test-/dln/empty: move from ext/-test-/win32/dln
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8ddffedb39
Коммит
c9b3950d30
|
@ -0,0 +1 @@
|
|||
create_makefile("-test-/dln/empty")
|
|
@ -1,3 +0,0 @@
|
|||
if $mingw or $mswin
|
||||
create_makefile("-test-/win32/dln/empty")
|
||||
end
|
|
@ -12,7 +12,7 @@ module Bug
|
|||
|
||||
def test_nonascii_load
|
||||
bug9699 = '[ruby-core:61845] [Bug #9699]'
|
||||
so = "-test-/win32/dln/empty." + RbConfig::CONFIG["DLEXT"]
|
||||
so = "-test-/dln/empty." + RbConfig::CONFIG["DLEXT"]
|
||||
so = $:.find {|d| d = ::File.join(d, so); break d if ::File.exist?(d)}
|
||||
assert_not_nil(so)
|
||||
Dir.mkdir(dir = ::File.join(testdir = Dir.mktmpdir("test"), "\u{30c6 30b9 30c8}"))
|
||||
|
|
Загрузка…
Ссылка в новой задаче