t9000-t9999: fix broken &&-chains
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
e974e06de0
commit
cff4243db9
@ -12,7 +12,7 @@ test_expect_success 'setup svn repository' '
|
||||
svn_cmd checkout "$svnrepo" work.svn &&
|
||||
(
|
||||
cd work.svn &&
|
||||
echo >file && echo > auto_updated_file
|
||||
echo >file && echo > auto_updated_file &&
|
||||
svn_cmd add file auto_updated_file &&
|
||||
svn_cmd commit -m "initial commit"
|
||||
) &&
|
||||
|
||||
Reference in New Issue
Block a user