summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorf <f@sutty.nl>2019-09-20 12:54:48 -0300
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-26 17:48:01 +0900
commit73633683c5a880af0207a55c6f3ea42c13cb5de1 (patch)
tree88780dacf4cf09872423ba816699b63492145d9d /test
parent1fb44d2b8c324afdb969c37df48b0ff5856fa65f (diff)
[rubygems/rubygems] add tests
https://github.com/rubygems/rubygems/commit/8a7e27381c
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/test_gem_platform.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_platform.rb b/test/rubygems/test_gem_platform.rb
index 61d1966119..289f078867 100644
--- a/test/rubygems/test_gem_platform.rb
+++ b/test/rubygems/test_gem_platform.rb
@@ -76,6 +76,7 @@ class TestGemPlatform < Gem::TestCase
'i386-solaris2.8' => ['x86', 'solaris', '2.8'],
'mswin32' => ['x86', 'mswin32', nil],
'x86_64-linux' => ['x86_64', 'linux', nil],
+ 'x86_64-linux-musl' => ['x86_64', 'linux', 'musl'],
'x86_64-openbsd3.9' => ['x86_64', 'openbsd', '3.9'],
'x86_64-openbsd4.0' => ['x86_64', 'openbsd', '4.0'],
'x86_64-openbsd' => ['x86_64', 'openbsd', nil],