diff options
author | Jakub Narebski <jnareb@gmail.com> | 2007-11-01 14:23:16 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-02 01:30:35 -0700 |
commit | fa9aff463da42feea68228ca51685cd9f4403e92 (patch) | |
tree | 00465fcad702d8300676fa1043e10600f5ef5d42 /t/t9500-gitweb-standalone-no-errors.sh | |
parent | 6aa6f92fda47cc4ee5f599895e8a5a327fb6f9ab (diff) | |
download | git-fa9aff463da42feea68228ca51685cd9f4403e92.tar.gz |
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>
Diffstat (limited to 't/t9500-gitweb-standalone-no-errors.sh')
-rwxr-xr-x | t/t9500-gitweb-standalone-no-errors.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9500-gitweb-standalone-no-errors.sh b/t/t9500-gitweb-standalone-no-errors.sh index f7bad5bb2f..1bf0988d9a 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 <<EOF |