From: Luis Lavena Date: 2011-08-02T06:26:14+09:00 Subject: [ruby-core:38664] [Ruby 1.9 - Bug #5111][Assigned] test/rubygems/test_gem_installer.rb reports a failure on windows Issue #5111 has been updated by Luis Lavena. Status changed from Closed to Assigned Assignee changed from Luis Lavena to Usaku NAKAMURA Mr. NAKAMURA, I've committed a fix for this, can you check out trunk? If it works, will backport to ruby_1_9_3 Thank you. ---------------------------------------- Bug #5111: test/rubygems/test_gem_installer.rb reports a failure on windows http://redmine.ruby-lang.org/issues/5111 Author: Usaku NAKAMURA Status: Assigned Priority: Normal Assignee: Usaku NAKAMURA Category: lib Target version: 1.9.3 ruby -v: ruby 1.9.4dev (2011-07-28 trunk 32722) [x64-mswin64_100] =begin I guess the test is wrong on Windows. 1) Failure: test_generate_bin_bindir_with_user_install_warning(TestGemInstaller) [C:/Users/usa/ruby/test/rubygems/test_gem_installer.rb:225]: --- expected +++ actual @@ -1 +1,3 @@ -"" +"WARNING: You don't have /usr/bin in your PATH, +\t gem executables will not run. +" =end -- http://redmine.ruby-lang.org