1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix copy path of ruby/reline's test

This commit is contained in:
aycabta 2019-08-18 07:52:49 +09:00
parent e9f82585ee
commit 0bbbe82986

View file

@ -114,7 +114,7 @@ def sync_default_gems(gem)
when "reline"
rm_rf(%w[lib/reline* test/reline])
cp_r(Dir.glob("#{upstream}/lib/reline*"), "lib")
cp_r("#{upstream}/test", "test/reline")
cp_r("#{upstream}/test/reline", "test")
cp_r("#{upstream}/reline.gemspec", "lib/reline")
when "json"
rm_rf(%w[ext/json test/json])