diff options
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_default_gems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_default_gems.rb b/test/ruby/test_default_gems.rb index 935a310438..71371b46c3 100644 --- a/test/ruby/test_default_gems.rb +++ b/test/ruby/test_default_gems.rb @@ -8,7 +8,7 @@ class TestDefaultGems < Test::Unit::TestCase # - `git ls-files` is useless under ruby's repository # - `2>/dev/null` works only on Unix-like platforms code.gsub!(/`git.*?`/, '""') - code.gsub!(/\[git.*?\]/, '[]') + code.gsub!(/\[git.*?\]/, '[echo]') eval(code, binding, file) end |
