mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rubygems/test_gem.rb (@default_dir_re): considers
--program-suffix and prefix configure options. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@19978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bd653b30ca
commit
9ec77afe42
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Oct 28 12:06:07 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* test/rubygems/test_gem.rb (@default_dir_re): considers
|
||||
--program-suffix and prefix configure options.
|
||||
|
||||
Tue Oct 28 11:06:48 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* version.h: set 1.9.1 into Ruby's version number.
|
||||
|
|
|
@ -11,7 +11,7 @@ class TestGem < RubyGemTestCase
|
|||
super
|
||||
|
||||
@additional = %w[a b].map { |d| File.join @tempdir, d }
|
||||
@default_dir_re = %r|/[Rr]uby/[Gg]ems/[0-9.]+|
|
||||
@default_dir_re = %r|/\.*?[Rr]uby.*?/[Gg]ems/[0-9.]+|
|
||||
end
|
||||
|
||||
def test_self_all_load_paths
|
||||
|
|
Loading…
Add table
Reference in a new issue