Code

set httpd port before sourcing lib-httpd
authorClemens Buchacher <drizzd@aon.at>
Sat, 31 Oct 2009 00:47:45 +0000 (17:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2009 01:58:16 +0000 (17:58 -0800)
commit859d1fb427ca79d3c70a3806c892e4dd148701bf
tree77699c31cf1fed64d808870f2b74e811a27e9491
parenteeb3aeddb23746912b6c903a7d90dffdd686708f
set httpd port before sourcing lib-httpd

If LIB_HTTPD_PORT is not set already, lib-httpd will set it to the
default 8111.

Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5540-http-push.sh