tests: add missing &&, batch 2

Same rules as before: this patch only adds " &&" to the end of
some lines in the test suite.

Intended to be applied on top of or squashed with the last
batch if they look okay.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jonathan Nieder
2010-10-31 02:30:58 -05:00
committed by Junio C Hamano
parent a48fcd8369
commit 2dec68cf8f
13 changed files with 48 additions and 48 deletions

View File

@ -390,7 +390,7 @@ try_commit_status_combo () {
test_expect_success 'commit --no-status' '
clear_config commit.status &&
try_commit --no-status
try_commit --no-status &&
! grep "^# Changes to be committed:" .git/COMMIT_EDITMSG
'