From: Jeff King Date: Thu, 22 May 2014 09:29:03 +0000 (-0400) Subject: t5550: test display of remote http error messages X-Git-Tag: v2.1.0-rc0~112^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dbcf2bd3dec1244fdbafb3ec7312ed14d83c0025?ds=inline;hp=dbcf2bd3dec1244fdbafb3ec7312ed14d83c0025 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 Signed-off-by: Junio C Hamano ---