Skip to content

Commit

Permalink
t2024: Fix &&-chaining and a couple of typos
Browse files Browse the repository at this point in the history
Improved-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Johan Herland authored and Junio C Hamano committed Sep 9, 2013
1 parent 229177a commit 5a517b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/t2024-checkout-dwim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test_expect_success 'setup more remotes with unconventional refspecs' '
cd repo_c &&
test_commit c_master &&
git checkout -b bar &&
test_commit c_bar
test_commit c_bar &&
git checkout -b spam &&
test_commit c_spam
) &&
Expand All @@ -113,9 +113,9 @@ test_expect_success 'setup more remotes with unconventional refspecs' '
cd repo_d &&
test_commit d_master &&
git checkout -b baz &&
test_commit f_baz
test_commit d_baz &&
git checkout -b eggs &&
test_commit c_eggs
test_commit d_eggs
) &&
git remote add repo_c repo_c &&
git config remote.repo_c.fetch \
Expand Down

0 comments on commit 5a517b1

Please sign in to comment.