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

* test/rubygems/test_gem_ext_configure_builder.rb

(test_self_build_fail): remove extra newline.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2008-07-31 07:39:41 +00:00
parent 0469c8d95b
commit 31a0672306
2 changed files with 6 additions and 2 deletions

View file

@ -53,8 +53,7 @@ class TestGemExtConfigureBuilder < RubyGemTestCase
expected = %r(configure failed:
#{Regexp.escape sh_prefix_configure}#{Regexp.escape @dest_path}
.*?: #{shell_error_msg}
)
.*?: #{shell_error_msg})
assert_match expected, error.message