summaryrefslogtreecommitdiff
path: root/test/-ext-/load
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/load')
-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