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

* test/webrick/test_cgi.rb: require util.rb first to override the

executable name.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-01-18 07:50:08 +00:00
parent 67244d1a70
commit 9c54d38d60

View file

@ -1,5 +1,5 @@
require "webrick"
require File.join(File.dirname(__FILE__), "utils.rb")
require "webrick"
require "test/unit"
class TestWEBrickCGI < Test::Unit::TestCase