Move test files of ruby/set under test/set
Chkbuild fires accidentally on `test/fixtures` directory.
This commit is contained in:
parent
efc9127790
commit
83718b6bb2
Notes:
git
2023-08-13 09:58:58 +00:00
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user