Bug #4176: wrong fixed value at test_contrib.rb(test_pos)
http://redmine.ruby-lang.org/issues/show/4176
起票者: Masaya T.
ステータス: Assigned, 優先度: Low
担当者: Kouhei S., カテゴリ: test
ruby -v: ruby 1.9.3dev (2010-12-21 trunk 30277) [i386-mswin32_90]
test/rexml/test_contrib.rbのtest_posでtestfileが/tmpの存在を仮定してますが、
Tempfileを使うべきだと思います。
#windowsでは標準では/tmpがないのでerrorになります。