]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9902-completion.sh
t: fix severe &&-chain breakage
authorJeff King <peff@peff.net>
Fri, 20 Mar 2015 10:06:15 +0000 (06:06 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2015 17:20:13 +0000 (10:20 -0700)
commit8fb268720e8565885039e7491f4628974e2d66a2
tree62e1615b5e6ce8f08238bff5b947f646e377e706
parentbb79af9d09709d6d93a01d1494d0ca93ff6d4b99
t: fix severe &&-chain breakage

These are tests which are missing a link in their &&-chain,
in a location which causes a significant portion of the test
to be missed (e.g., the test effectively does nothing, or
consists of a long string of actions and output comparisons,
and we throw away the exit code of at least one part of the
string).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
14 files changed:
t/t1300-repo-config.sh
t/t1403-show-ref.sh
t/t1700-split-index.sh
t/t3600-rm.sh
t/t4047-diff-dirstat.sh
t/t4104-apply-boundary.sh
t/t4202-log.sh
t/t5100-mailinfo.sh
t/t5510-fetch.sh
t/t5540-http-push-webdav.sh
t/t5551-http-fetch-smart.sh
t/t6036-recursive-corner-cases.sh
t/t9300-fast-import.sh
t/t9902-completion.sh