From 51f22deadba35ed57b794339fd19889ed0cc8dc8 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 26 Jul 2019 15:34:15 +0800 Subject: [PATCH] Adjust the test direcotry structure of rdoc. --- tool/sync_default_gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")