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'
|
||||
begin
|
||||
loadpath = $:.dup
|
||||
$:.replace($: | [File.expand_path("../ruby", File.dirname(__FILE__))])
|
||||
$:.replace($: | [File.expand_path("../../ruby", File.dirname(__FILE__))])
|
||||
require 'envutil'
|
||||
ensure
|
||||
$:.replace(loadpath)
|
||||
|
|
Loading…
Reference in a new issue