From 83718b6bb299c483e60a638ccce98bc8ae1665a1 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 13 Aug 2023 15:24:58 +0900 Subject: Move test files of ruby/set under `test/set` Chkbuild fires accidentally on `test/fixtures` directory. --- tool/sync_default_gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/sync_default_gems.rb') 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]) -- cgit v1.2.3