summaryrefslogtreecommitdiffstats
path: root/test/drb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-21 16:47:23 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-21 16:47:23 +0000
commit878eb97a81c336858873630e398bd25b31ac29c8 (patch)
tree552aae90929d0812fd6a5d08e43c870add3a35a5 /test/drb
parentab22e879635e564a25996989f5ccca1954c2fb4b (diff)
downloadruby-878eb97a81c336858873630e398bd25b31ac29c8.tar.gz
ruby-878eb97a81c336858873630e398bd25b31ac29c8.tar.xz
ruby-878eb97a81c336858873630e398bd25b31ac29c8.zip
* parse.y (newline_node): do not use NODE_NEWLINE node anymore,
use NEWLINE flag instead. * ext/socket/socket.c (sock_gethostbyname): returns host if ai_canonname is NULL. (ruby-bugs PR#1243) * parse.y (block_append): update nd_end for "real" head node. [ruby-list:39058] * marshal.c (w_class): should not dump singleton class. [ruby-dev:22631] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/drb')
-rw-r--r--test/drb/test_drb.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/drb/test_drb.rb b/test/drb/test_drb.rb
index 5a4a98e1c..753ff0933 100644
--- a/test/drb/test_drb.rb
+++ b/test/drb/test_drb.rb
@@ -1,3 +1,4 @@
+$:.unshift(File.dirname(File.expand_path(__FILE__)))
require 'drbtest'
class TestDRbCore < Test::Unit::TestCase