summaryrefslogtreecommitdiff
path: root/test/dbm
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 07:47:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 07:47:31 +0000
commit56fae61460106b41a05e42b205da6df79f7572dd (patch)
treef2ce8d5f3c788f9eba295f198b1a89c023294d3d /test/dbm
parent96734f26e4cde431d2eeae3ca49b6062e9dfe3a0 (diff)
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
Diffstat (limited to 'test/dbm')
-rw-r--r--test/dbm/test_dbm.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/dbm/test_dbm.rb b/test/dbm/test_dbm.rb
index 1b851207da..9f7604be15 100644
--- a/test/dbm/test_dbm.rb
+++ b/test/dbm/test_dbm.rb
@@ -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)