Code

gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb test
authorJakub Narebski <jnareb@gmail.com>
Thu, 1 Nov 2007 13:23:16 +0000 (14:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Nov 2007 08:30:35 +0000 (01:30 -0700)
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>
t/t9500-gitweb-standalone-no-errors.sh

index f7bad5bb2f20cf274eb30f8ceed34a3f83000989..1bf0988d9a87da7c069de6a981cec50cd26baef8 100755 (executable)
@@ -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