tests: auto-set LIB_HTTPD_PORT from test name
commit3bb486e4397415e1855e5edbf28d8e50c3d45265
authorJeff King <peff@peff.net>
Mon, 10 Feb 2014 14:39:48 +0000 (10 09:39 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Feb 2014 18:20:45 +0000 (10 10:20 -0800)
tree2bdb4dc4f21c937dc166e12f2cebcdf9ba7160e8
parentbe961c292f1d36097afa1690df68cf90f655c855
tests: auto-set LIB_HTTPD_PORT from test name

We set the default apache port for each of the httpd tests
to the 4-digit test number of the test script. We want these
to remain unique so that the tests do not conflict with each
other when run in parallel.

Instead of doing it manually in each test script, let's just
set it from the test name at run time. This is simpler, and
is one less thing to be updated when test scripts are
renamed (e.g., when being re-rolled or when conflicting
after being merged with another topic).

Incidentally, this fixes a case where t5537 and t5538 used
the same port number (5537), and could conflict with each
other when run in parallel.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-httpd.sh
t/t5537-fetch-shallow.sh
t/t5538-push-shallow.sh
t/t5540-http-push.sh
t/t5541-http-push.sh
t/t5550-http-fetch.sh
t/t5551-http-fetch.sh
t/t5561-http-backend.sh