mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
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
@@ -7,7 +7,7 @@ test_description='git svn dcommit clobber series'
|
||||
test_expect_success 'initialize repo' '
|
||||
mkdir import &&
|
||||
(cd import &&
|
||||
awk "BEGIN { for (i = 1; i < 64; i++) { print i } }" > file
|
||||
awk "BEGIN { for (i = 1; i < 64; i++) { print i } }" > file &&
|
||||
svn_cmd import -m "initial" . "$svnrepo"
|
||||
) &&
|
||||
git svn init "$svnrepo" &&
|
||||
|
||||
Reference in New Issue
Block a user