diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-01-18 07:50:08 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-01-18 07:50:08 +0000 |
| commit | 08e5438ac932a5bf8eb47b7599ac4edcb3cfd7d3 (patch) | |
| tree | 673f7b39a5ca39f717cc4fb5159f1663ba9c8ae9 | |
| parent | 9709d719f6638fecdfbb0a0d233081795e9e56bc (diff) | |
* test/webrick/test_cgi.rb: require util.rb first to override the
executable name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | test/webrick/test_cgi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/webrick/test_cgi.rb b/test/webrick/test_cgi.rb index c7048bace0..0b4a432a08 100644 --- a/test/webrick/test_cgi.rb +++ b/test/webrick/test_cgi.rb @@ -1,5 +1,5 @@ -require "webrick" require File.join(File.dirname(__FILE__), "utils.rb") +require "webrick" require "test/unit" class TestWEBrickCGI < Test::Unit::TestCase |
