aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2007-11-01 14:23:16 +0100
committerJunio C Hamano <gitster@pobox.com>2007-11-02 01:30:35 -0700
commitfa9aff463da42feea68228ca51685cd9f4403e92 (patch)
tree00465fcad702d8300676fa1043e10600f5ef5d42
parent6aa6f92fda47cc4ee5f599895e8a5a327fb6f9ab (diff)
downloadgit-fa9aff463da42feea68228ca51685cd9f4403e92.tar.gz
git-fa9aff463da42feea68228ca51685cd9f4403e92.tar.xz
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>
-rwxr-xr-xt/t9500-gitweb-standalone-no-errors.sh1
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 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 <<EOF