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

Test the bundled version minitest instead of master

Minitest has the released tags now.
This commit is contained in:
Nobuyoshi Nakada 2019-12-31 17:12:01 +09:00
parent d912393e09
commit 26ee0af4b3
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
Notes: git 2019-12-31 17:54:15 +09:00

View file

@ -10,8 +10,6 @@ BEGIN {
n, v, u = $F
case n
when "minitest"
v = "master"
when "test-unit"
else
v = "v" + v