From 66fb830546dbc2a8645df71163561ae92ff8250a Mon Sep 17 00:00:00 2001 From: makoto kuwata Date: Sun, 20 Mar 2011 01:28:29 +0900 Subject: [change] 'test-index-cgi.rb' to load script from 'public_html' instead of 'contrib' --- test/test-index-cgi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1