]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5500-fetch-pack.sh
t5500: prettify non-commit tag tests
authorJeff King <peff@peff.net>
Tue, 3 Jul 2018 16:55:19 +0000 (12:55 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Jul 2018 17:52:02 +0000 (10:52 -0700)
commit5e834a4f3989d1996d9c394890b7227d5a249a44
treebadb292d411c1d338452ec641f0d790e35bf6089
parentc12c9df5275add49b7b47cad82879a84c6bea469
t5500: prettify non-commit tag tests

We don't need to use backslash continuation, as the "&&"
already provides continuation (and happily soaks up empty
lines between commands).

We can also expand the multi-line printf into a
here-document, which lets us use line breaks more naturally
(and avoids another continuation that required us to break
the natural indentation).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5500-fetch-pack.sh