tests: add missing &&
authorJonathan Nieder <jrnieder@gmail.com>
Sun, 31 Oct 2010 01:46:54 +0000 (20:46 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Nov 2010 19:59:49 +0000 (11:59 -0800)
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found