Move test files of ruby/set under test/set

Chkbuild fires accidentally on `test/fixtures` directory.
This commit is contained in:
Nobuyoshi Nakada 2023-08-13 15:24:58 +09:00
parent efc9127790
commit 83718b6bb2
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2023-08-13 09:58:58 +00:00
4 changed files with 1 additions and 1 deletions

View File

@ -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])