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:
parent
eb1fa257b5
commit
fb8c9a2c79
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require 'logger'
|
||||||
require 'webrick'
|
require 'webrick'
|
||||||
begin
|
begin
|
||||||
loadpath = $:.dup
|
loadpath = $:.dup
|
||||||
$:.replace($: | [File.expand_path("../ruby", File.dirname(__FILE__))])
|
$:.replace($: | [File.expand_path("../../ruby", File.dirname(__FILE__))])
|
||||||
require 'envutil'
|
require 'envutil'
|
||||||
ensure
|
ensure
|
||||||
$:.replace(loadpath)
|
$:.replace(loadpath)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue