summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-20 20:19:54 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-20 20:19:54 +0000
commitaaf07f7ad5fa892911b2f5a5390cdfdb865d74d9 (patch)
treea663e4c4a4b32c493319e79a5bd4d2bbfa3979ff /tool
parent1d15d5f08032acf1b7bceacbb450d617ff6e0931 (diff)
Adapt tools to follow spec/rubyspec => spec/ruby rename
* [Misc #13792] [ruby-core:82287] * Prefer test-spec over test-rubyspec in spec/README. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/pull-latest-mspec-spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/tool/pull-latest-mspec-spec b/tool/pull-latest-mspec-spec
index 6bb11018c5..dfd80582b3 100755
--- a/tool/pull-latest-mspec-spec
+++ b/tool/pull-latest-mspec-spec
@@ -10,9 +10,9 @@ rm -rf spec/mspec/.git
git add spec/mspec
git commit -m "Update to ruby/mspec@${commit}"
-rm -rf spec/rubyspec
-git clone --depth 1 https://github.com/ruby/spec.git spec/rubyspec
-commit=$(git -C spec/rubyspec log -n 1 --format='%h')
-rm -rf spec/rubyspec/.git
-git add spec/rubyspec
+rm -rf spec/ruby
+git clone --depth 1 https://github.com/ruby/spec.git spec/ruby
+commit=$(git -C spec/ruby log -n 1 --format='%h')
+rm -rf spec/ruby/.git
+git add spec/ruby
git commit -m "Update to ruby/spec@${commit}"