t5550: test display of remote http error messages
commitdbcf2bd3dec1244fdbafb3ec7312ed14d83c0025
authorJeff King <peff@peff.net>
Thu, 22 May 2014 09:29:03 +0000 (22 05:29 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 May 2014 19:43:51 +0000 (23 12:43 -0700)
tree123631e429deedf2f9d277608a22c37a6fb5336f
parentc7db2d16474874b21aad9141e6856f836f719643
t5550: test display of remote http error messages

Since commit 426e70d (remote-curl: show server content on
http errors, 2013-04-05), we relay any text/plain error
messages from the remote server to the user. However, we
never tested it.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-httpd.sh
t/lib-httpd/apache.conf
t/lib-httpd/error.sh [new file with mode: 0755]
t/t5550-http-fetch-dumb.sh