aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-26 15:34:15 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-26 15:34:15 +0800
commit51f22deadba35ed57b794339fd19889ed0cc8dc8 (patch)
tree04d5296ea9c99dc8e9d2b6ecca81d3e502dbadd1 /tool
parent82b02c131ee1a87ac1b95443c85c6c8f7b30644f (diff)
downloadruby-51f22deadba35ed57b794339fd19889ed0cc8dc8.tar.gz
Adjust the test direcotry structure of rdoc.
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 7545a27049..f67c868f44 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -105,7 +105,7 @@ def sync_default_gems(gem)
when "rdoc"
rm_rf(%w[lib/rdoc* test/rdoc libexec/rdoc libexec/ri])
cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib")
- cp_r("#{upstream}/test", "test/rdoc")
+ cp_r("#{upstream}/test/rdoc", "test")
cp_r("#{upstream}/rdoc.gemspec", "lib/rdoc")
cp_r("#{upstream}/exe/rdoc", "libexec")
cp_r("#{upstream}/exe/ri", "libexec")