From eab657f7f6e26d57113cf81fc410415e9d114bcf Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 8 Apr 2004 11:31:17 +0000 Subject: * test/soap/calc/test_calc_cgi.rb: not parent, parent directory of it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/soap/calc/test_calc_cgi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/soap/calc/test_calc_cgi.rb b/test/soap/calc/test_calc_cgi.rb index 4dbf96468..accf7b0ae 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) -- cgit