summaryrefslogtreecommitdiff
path: root/test/soap/header/test_authheader_cgi.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/header/test_authheader_cgi.rb')
-rw-r--r--test/soap/header/test_authheader_cgi.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/soap/header/test_authheader_cgi.rb b/test/soap/header/test_authheader_cgi.rb
index d70b022ad8..8d41837f58 100644
--- a/test/soap/header/test_authheader_cgi.rb
+++ b/test/soap/header/test_authheader_cgi.rb
@@ -14,8 +14,8 @@ module Header
class TestAuthHeaderCGI < Test::Unit::TestCase
# This test shuld be run after installing ruby.
RUBYBIN = File.join(
- Config::CONFIG["bindir"],
- Config::CONFIG["ruby_install_name"] + Config::CONFIG["EXEEXT"]
+ RbConfig::CONFIG["bindir"],
+ RbConfig::CONFIG["ruby_install_name"] + RbConfig::CONFIG["EXEEXT"]
)
RUBYBIN << " -d" if $DEBUG