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:
parent
96734f26e4
commit
56fae61460
1 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue