Skip to content

Commit

Permalink
[change] 'test-index-cgi.rb' to load script from 'public_html' instea…
Browse files Browse the repository at this point in the history
…d of 'contrib'
  • Loading branch information
kwatch committed Mar 19, 2011
1 parent 437733f commit 66fb830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-index-cgi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

require 'stringio'

load "#{File.dirname(__FILE__)}/../contrib/index.cgi"
load "#{File.dirname(__FILE__)}/../public_html/index.cgi"


def spec(desc)
Expand Down

0 comments on commit 66fb830

Please sign in to comment.