]> asedeno.scripts.mit.edu Git - git.git/commit
t9500: skip gitweb tests if perl version is too old
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 22 Jun 2007 15:49:08 +0000 (17:49 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Jun 2007 09:02:28 +0000 (02:02 -0700)
commitfc746df6476078fa04f821aea00f84bbe13dbf9f
tree42ccf2433bb99db2a4b159f87261a4be1bff55cc
parentee4fd1adfda5b6ebde93b289227986bf884babab
t9500: skip gitweb tests if perl version is too old

gitweb calls Encode::decode_utf8 with two arguments,
but old versions of perl only allow this function to be called
with one argument.  Even older versions of perl do not even
have an Encode module.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9500-gitweb-standalone-no-errors.sh