From 7183cf53f868c6a1abdc2ff4cb848c28c4858f05 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 15 Aug 2023 16:47:48 -0700 Subject: Revert an unintended revert --- 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 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]) -- cgit v1.2.3