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:

committed by
Junio C Hamano

parent
a48fcd8369
commit
2dec68cf8f
@ -33,7 +33,7 @@ test_expect_success 'more emptiness' '
|
||||
'
|
||||
|
||||
test_expect_success 'git svn rebase creates empty directory' '
|
||||
( cd cloned && git svn rebase )
|
||||
( cd cloned && git svn rebase ) &&
|
||||
test -d cloned/"! !"
|
||||
'
|
||||
|
||||
|
Reference in New Issue
Block a user