gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb test

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>
This commit is contained in:
Jakub Narebski 2007-11-01 14:23:16 +01:00 committed by Junio C Hamano
parent 6aa6f92fda
commit fa9aff463d

View File

@ -31,7 +31,6 @@ our \$projects_list = "";
our \$export_ok = ""; our \$export_ok = "";
our \$strict_export = ""; our \$strict_export = "";
CGI::Carp::set_programname("gitweb/gitweb.cgi");
EOF EOF
cat >.git/description <<EOF cat >.git/description <<EOF