summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-11 06:22:34 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-11 06:22:34 +0000
commit7b4383a2a953597d3b549d494be7fb0cf7701fcc (patch)
treedfa2a31c90bdeac53131a3f329f4b786b2bd9a69
parent05eb6111d9f7f6485d8d264cbb24e6e9836322b8 (diff)
remove debug code
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--test/rubygems/test_gem_commands_contents_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_contents_command.rb b/test/rubygems/test_gem_commands_contents_command.rb
index 19e188efa5..ae8e49fdc3 100644
--- a/test/rubygems/test_gem_commands_contents_command.rb
+++ b/test/rubygems/test_gem_commands_contents_command.rb
@@ -205,7 +205,7 @@ lib/foo.rb
expected = [
[RbConfig::CONFIG['bindir'], 'default_command'],
[RbConfig::CONFIG['rubylibdir'], 'default/gem.rb'],
- [RbConfig::CONFIG['archdir'].sub(/x86_64/,'armv7l'), 'default_gem.so']
+ [RbConfig::CONFIG['archdir'], 'default_gem.so']
].sort.map{|a|File.join a}.join "\n"
assert_equal expected, @ui.output.chomp