t0005: fix broken &&-chains
commit635ce72fae23a7d94625325fb02b5ff4416f3596
authorJeff King <peff@peff.net>
Fri, 20 Mar 2015 10:13:32 +0000 (20 06:13 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2015 18:35:57 +0000 (20 11:35 -0700)
tree96899a9dd71149fee41e6f462edcf34025d642e3
parent11f228b0be8d51dc6294d8132e91ad31e8b104b9
t0005: fix broken &&-chains

The ":" noop command always returns true, so it is fine to
include these lines in an &&-chain (and it appeases
--chain-lint).

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