summaryrefslogtreecommitdiff
path: root/test/soap/calc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-08 11:31:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-08 11:31:17 +0000
commitfb8c9a2c79a02561111dfc8304b517b439c4c79d (patch)
tree3eb4c09532d19def0e5b4fe1e691d62640d03008 /test/soap/calc
parenteb1fa257b5f08aafe440a84a064bf9d93652dabe (diff)
* test/soap/calc/test_calc_cgi.rb: not parent, parent directory of it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/soap/calc')
-rw-r--r--test/soap/calc/test_calc_cgi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/soap/calc/test_calc_cgi.rb b/test/soap/calc/test_calc_cgi.rb
index 4dbf96468b..accf7b0ae5 100644
--- a/test/soap/calc/test_calc_cgi.rb
+++ b/test/soap/calc/test_calc_cgi.rb
@@ -4,7 +4,7 @@ require 'logger'
require 'webrick'
begin
loadpath = $:.dup
- $:.replace($: | [File.expand_path("../ruby", File.dirname(__FILE__))])
+ $:.replace($: | [File.expand_path("../../ruby", File.dirname(__FILE__))])
require 'envutil'
ensure
$:.replace(loadpath)