]> git.ipfire.org Git - thirdparty/git.git/commit - t/t1300-config.sh
t: fix moderate &&-chain breakage
authorJeff King <peff@peff.net>
Fri, 20 Mar 2015 10:06:44 +0000 (06:06 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2015 17:20:13 +0000 (10:20 -0700)
commit60687de5ba3eb90f8332fb1bcec73a2cb782c95c
tree33192f9dd985cd6ebc82726e4a4d4ce96cbcad3c
parent8fb268720e8565885039e7491f4628974e2d66a2
t: fix moderate &&-chain breakage

These are tests which are missing a link in their &&-chain,
but in a way that probably does not effect the outcome of
the test. Most of these are of the form:

  some_cmd >actual
  test_cmp expect actual

The main point of the test is to verify the output, and a
failure in some_cmd would probably be noticed by bogus
output. But it is good for the tests to also confirm that
"some_cmd" does not die unexpectedly after producing its
output.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
13 files changed:
t/t0062-revision-walking.sh
t/t0201-gettext-fallbacks.sh
t/t1300-repo-config.sh
t/t3001-ls-files-others-exclude.sh
t/t3010-ls-files-killed-modified.sh
t/t3404-rebase-interactive.sh
t/t4041-diff-submodule-option.sh
t/t4052-stat-output.sh
t/t4212-log-corrupt.sh
t/t5551-http-fetch-smart.sh
t/t5709-clone-refspec.sh
t/t6028-merge-up-to-date.sh
t/t6132-pathspec-exclude.sh