gitweb: Skip 'modification times' tests when no date parser available
commit2a8a4490c20e3f39dc15721b49715867511163ba
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Tue, 12 Jun 2012 18:09:38 +0000 (12 19:09 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Jun 2012 20:23:17 +0000 (12 13:23 -0700)
tree58b30199db66de27b84c2336e1611c70e181f45d
parent0f3ddd4a3abe863fae9c36ec4311ac936a2d8ed9
gitweb: Skip 'modification times' tests when no date parser available

The If-Modified-Since support in Gitweb is conditional on the
availability of a date parser from either the HTTP::Date or
Time::ParseDate modules. If a suitable parser is not available,
then the corresponding 'modification times' tests should be skipped.

Introduce the DATE_PARSER test prerequisite and use it to skip
all of the dependent tests.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9501-gitweb-standalone-http-status.sh