summaryrefslogtreecommitdiff
path: root/test/-ext-/load/test_dot_dot.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-10 09:43:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-10 09:43:47 +0000
commita5beed9ff467be394afc4957f0c9b12765c81743 (patch)
tree27115d453f89f9dfb22314edc223646193f6bcb0 /test/-ext-/load/test_dot_dot.rb
parent09bdb7913c0bf7f2b15d1c7f46b566e35fc5eb82 (diff)
ext/-test-: reduce feature names
* ext/-test-/**/extconf.rb: bring up extension libraries which have same name as the parent directory to reduce feature names. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-/load/test_dot_dot.rb')
-rw-r--r--test/-ext-/load/test_dot_dot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/load/test_dot_dot.rb b/test/-ext-/load/test_dot_dot.rb
index 1b2c871608..f087ff62c0 100644
--- a/test/-ext-/load/test_dot_dot.rb
+++ b/test/-ext-/load/test_dot_dot.rb
@@ -5,7 +5,7 @@ class Test_DotDot < Test::Unit::TestCase
def test_load_dot_dot
feature = '[ruby-dev:41774]'
assert_nothing_raised(LoadError, feature) {
- require '-test-/load/dot.dot/dot.dot'
+ require '-test-/load/dot.dot'
}
end
end