Skip to content

Commit fa9aff4

Browse files
jnarebgitster
authored andcommitted
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>
1 parent 6aa6f92 commit fa9aff4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t9500-gitweb-standalone-no-errors.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ our \$projects_list = "";
3131
our \$export_ok = "";
3232
our \$strict_export = "";
3333
34-
CGI::Carp::set_programname("gitweb/gitweb.cgi");
3534
EOF
3635

3736
cat >.git/description <<EOF

0 commit comments

Comments
 (0)