]> Kevux Git Server - rit/commit
t5550: add ICONV prereq to tests that use "$HTTPD_URL/error"
authorPatrick Steinhardt <ps@pks.im>
Fri, 20 Feb 2026 08:26:02 +0000 (09:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Feb 2026 15:52:27 +0000 (07:52 -0800)
commitc70bea26c763ae0caa170af84c92128b533dd1e9
tree2929c81ab456b38a5bf4347bd74c0b5dd2b4c971
parenteffb0aa84b3b3e6a16ed744fc9361257c7259d97
t5550: add ICONV prereq to tests that use "$HTTPD_URL/error"

We've got a bunch of tests in t5550 that connect to "$HTTPD_URL/error"
to ensure that error messages are properly forwarded. This URL executes
the "t/lib-httpd/error.sh" script, which in turn depends on the iconv(1)
executable to reencode the message.

This executable may not exist on platforms, which will make the tests
fail. Guard them with the ICONV prereq to fix such failures.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5550-http-fetch-dumb.sh