1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2004-04-08 11:31:17 +00:00
parent eb1fa257b5
commit fb8c9a2c79

View file

@ -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)