summaryrefslogtreecommitdiff
path: root/tool/test
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 15:29:16 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 15:29:16 +0900
commitd9025ee2b5f8454987aa801f074638837f226a9f (patch)
treeb2e4da2583e476221390a6664c660ee0d36c2af0 /tool/test
parent806583c093ecc2d67830f0a8f0d94decf0ed71e5 (diff)
fixup f73f9e1f893409d8b7b42ff5fbda104fdd277cba
Diffstat (limited to 'tool/test')
-rw-r--r--tool/test/testunit/test_minitest_unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/test/testunit/test_minitest_unit.rb b/tool/test/testunit/test_minitest_unit.rb
index 6cb63e6aad..1c723fdd88 100644
--- a/tool/test/testunit/test_minitest_unit.rb
+++ b/tool/test/testunit/test_minitest_unit.rb
@@ -10,7 +10,7 @@ class ImmutableString < String; def inspect; super.freeze; end; end
class TestMiniTestUnit < MetaMetaMetaTestCase
pwd = Pathname.new File.expand_path Dir.pwd
- basedir = Pathname.new(File.expand_path "lib/minitest") + 'mini'
+ basedir = Pathname.new(File.expand_path "lib/test")
basedir = basedir.relative_path_from(pwd).to_s
MINITEST_BASE_DIR = basedir[/\A\./] ? basedir : "./#{basedir}"
BT_MIDDLE = ["#{MINITEST_BASE_DIR}/test.rb:161:in `each'",