Skip to content

Commit 5a517b1

Browse files
jherlandgitster
authored andcommitted
t2024: Fix &&-chaining and a couple of typos
Improved-by: Junio C Hamano <[email protected]> Signed-off-by: Johan Herland <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 229177a commit 5a517b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t/t2024-checkout-dwim.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ test_expect_success 'setup more remotes with unconventional refspecs' '
104104
cd repo_c &&
105105
test_commit c_master &&
106106
git checkout -b bar &&
107-
test_commit c_bar
107+
test_commit c_bar &&
108108
git checkout -b spam &&
109109
test_commit c_spam
110110
) &&
@@ -113,9 +113,9 @@ test_expect_success 'setup more remotes with unconventional refspecs' '
113113
cd repo_d &&
114114
test_commit d_master &&
115115
git checkout -b baz &&
116-
test_commit f_baz
116+
test_commit d_baz &&
117117
git checkout -b eggs &&
118-
test_commit c_eggs
118+
test_commit d_eggs
119119
) &&
120120
git remote add repo_c repo_c &&
121121
git config remote.repo_c.fetch \

0 commit comments

Comments
 (0)