From: Jakub Narebski Date: Thu, 1 Nov 2007 13:23:16 +0000 (+0100) Subject: gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb test X-Git-Tag: v1.5.4-rc0~276^2~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fa9aff463da42feea68228ca51685cd9f4403e92;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/t/t9500-gitweb-standalone-no-errors.sh b/t/t9500-gitweb-standalone-no-errors.sh index f7bad5bb2..1bf0988d9 100755 --- a/t/t9500-gitweb-standalone-no-errors.sh +++ b/t/t9500-gitweb-standalone-no-errors.sh @@ -31,7 +31,6 @@ our \$projects_list = ""; our \$export_ok = ""; our \$strict_export = ""; -CGI::Carp::set_programname("gitweb/gitweb.cgi"); EOF cat >.git/description <