From: Jonathan Nieder Date: Sun, 31 Oct 2010 01:46:54 +0000 (-0500) Subject: tests: add missing && X-Git-Tag: v1.7.4-rc0~123^2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a48fcd836971d065b9bf16b8cd046fd1aff9b279?hp=a48fcd836971d065b9bf16b8cd046fd1aff9b279 tests: add missing && Breaks in a test assertion's && chain can potentially hide failures from earlier commands in the chain. Commands intended to fail should be marked with !, test_must_fail, or test_might_fail. The examples in this patch do not require that. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---