]> git.ipfire.org Git - thirdparty/git.git/commit
t5561: drop curl stderr redirects
authorJeff King <peff@peff.net>
Tue, 3 Apr 2018 14:01:41 +0000 (10:01 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Apr 2018 07:21:39 +0000 (16:21 +0900)
commitfcd9d7096f0ca475b9926355d13ef7679ff99680
treee34742a8d4dde59f2ab14f7c21094417a93588cc
parentd32eb83c1db7d0a8bb54fe743c6d1dd674d372c5
t5561: drop curl stderr redirects

For a normal test run, stderr is already redirected to
/dev/null by the test suite. When used with "-v",
suppressing stderr is actively harmful, as it may hide the
reason for curl failing.

Reported-by: Jens Krüger <Jens.Krueger@frm2.tum.de>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5561-http-backend.sh