From c9b3950d30336bf437bdd8903884fffff3c00316 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 5 Jan 2015 15:14:54 +0000 Subject: 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 --- test/-ext-/win32/test_dln.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/-ext-/win32') diff --git a/test/-ext-/win32/test_dln.rb b/test/-ext-/win32/test_dln.rb index 2801ebe3c9..fe289d150f 100644 --- a/test/-ext-/win32/test_dln.rb +++ b/test/-ext-/win32/test_dln.rb @@ -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}")) -- cgit v1.2.1