This project is closed and read-only.
Actions
Bug #795
closedtest_gdbm.rb: tmptest_gdbm_,tmptest_gdbm_rdonlyが残っているとErrorになる
Bug #795:
test_gdbm.rb: tmptest_gdbm_,tmptest_gdbm_rdonlyが残っているとErrorになる
ruby -v:
1.8.x
Description
=begin
test/gdbm/test_gdbm.rbが、segumentation faultなどで中断してしまって、
tmptest_gdbm_,tmptest_gdbm_rdonlyが残ってしまうと次にテストを実行した
ときにErrorになります。
test/dbm/test_dbm.rbなども同様の問題があるようです。
それからカレントディレクトリにファイルを作るのもあまり良くないと
思うのですが、どうでしょうか。
=end
Actions