summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormakoto kuwata <kwa@kuwata-lab.com>2011-03-20 01:28:29 +0900
committermakoto kuwata <kwa@kuwata-lab.com>2011-03-20 01:28:29 +0900
commit66fb830546dbc2a8645df71163561ae92ff8250a (patch)
treea6f0d48143d94cfedf5fb79ffc24050be886ac9d
parent437733f187b184f734ac6f71a4949b727a7467a6 (diff)
downloaderubis-66fb830546dbc2a8645df71163561ae92ff8250a.tar.gz
[change] 'test-index-cgi.rb' to load script from 'public_html' instead of 'contrib'
-rw-r--r--test/test-index-cgi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-index-cgi.rb b/test/test-index-cgi.rb
index b942cb8..d22f8d1 100644
--- a/test/test-index-cgi.rb
+++ b/test/test-index-cgi.rb
@@ -7,7 +7,7 @@ require "#{File.dirname(__FILE__)}/test.rb"
require 'stringio'
-load "#{File.dirname(__FILE__)}/../contrib/index.cgi"
+load "#{File.dirname(__FILE__)}/../public_html/index.cgi"
def spec(desc)