summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-13 15:24:58 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-13 15:24:58 +0900
commit83718b6bb299c483e60a638ccce98bc8ae1665a1 (patch)
treef373577a2b3d35cbe52c395bf7e280ec3ebbb2bd /tool/sync_default_gems.rb
parentefc9127790e2e725541de2c36780a852e6c1382c (diff)
Move test files of ruby/set under `test/set`
Chkbuild fires accidentally on `test/fixtures` directory.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8214
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 2b73af87a2..a7785a989c 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])