summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-08-15 16:47:48 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-08-16 17:51:52 -0700
commit7183cf53f868c6a1abdc2ff4cb848c28c4858f05 (patch)
tree378a115071e7898cec601b4bfbb553c0876fcf73 /tool/sync_default_gems.rb
parentf1778870bd0690a626ee09dbc068d15048e8e63b (diff)
Revert an unintended revert
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-xtool/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 8f2f3b5df0..bdc7bc6981 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -371,7 +371,7 @@ module SyncDefaultGems
`git checkout ext/digest/depend ext/digest/*/depend`
when "set"
sync_lib gem, upstream
- cp_r("#{upstream}/test", ".")
+ cp_r(Dir.glob("#{upstream}/test/*"), "test/set")
when "optparse"
sync_lib gem, upstream
rm_rf(%w[doc/optparse])