projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aa6f92
)
gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb test
author
Jakub Narebski
<jnareb@gmail.com>
Thu, 1 Nov 2007 13:23:16 +0000
(14:23 +0100)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/t/t9500-gitweb-standalone-no-errors.sh
b/t/t9500-gitweb-standalone-no-errors.sh
index f7bad5bb2f20cf274eb30f8ceed34a3f83000989..1bf0988d9a87da7c069de6a981cec50cd26baef8 100755
(executable)
--- 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