Skip to content

Commit

Permalink
gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb test
Browse files Browse the repository at this point in the history
It does appear to do nothing; gitweb is run as standalone program
and not as CGI script in this test.  This call caused problems later.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jakub Narebski authored and Junio C Hamano committed Nov 2, 2007
1 parent 6aa6f92 commit fa9aff4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/t9500-gitweb-standalone-no-errors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ our \$projects_list = "";
our \$export_ok = "";
our \$strict_export = "";
CGI::Carp::set_programname("gitweb/gitweb.cgi");
EOF

cat >.git/description <<EOF
Expand Down

0 comments on commit fa9aff4

Please sign in to comment.