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:
parent
e9f82585ee
commit
0bbbe82986
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue