summaryrefslogtreecommitdiff
path: root/t/t1308-config-set.sh
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2015-03-20 06:13:01 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-03-20 11:35:50 -0700
commitd8cd32792a0a8a52ff4f5f4bb74f9044bcb9a97a (patch)
tree6a18e82c7d032ce407407ab62d6072a794063c4c /t/t1308-config-set.sh
parentt7201: fix &&-chain breakage (diff)
downloadtgif-d8cd32792a0a8a52ff4f5f4bb74f9044bcb9a97a.tar.xz
t9502: fix &&-chain breakage
This script misses a trivial &&-chain in one of its tests, but it also has a weird reverse: it includes an &&-chain outside of any test_expect block! This "cat" should never fail, but if it did, we would not notice, as it would cause us to skip the follow-on test entirely (which does not appear intentional; there are many later tests which rely on this cat). Let's instead move the setup into its own test_expect_success block, which is the standard practice nowadays. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1308-config-set.sh')
0 files changed, 0 insertions, 0 deletions