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

test_dbm.rb: no fork

* test/dbm/test_dbm.rb (have_fork?): no longer used already.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-06-19 07:47:31 +00:00
parent 96734f26e4
commit 56fae61460

View file

@ -87,15 +87,6 @@ if defined? DBM
end
end
def have_fork?
begin
fork{}
true
rescue NotImplementedError
false
end
end
def test_dbmfile_suffix
@dbm.close
prefix = File.basename(@path)