From: Johan Herland Date: Sun, 8 Sep 2013 20:58:11 +0000 (+0200) Subject: t2024: Fix &&-chaining and a couple of typos X-Git-Tag: v1.8.4.2~9^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a517b1c4c94b329aab97b452e5d8e04449f9252;p=thirdparty%2Fgit.git t2024: Fix &&-chaining and a couple of typos Improved-by: Junio C Hamano Signed-off-by: Johan Herland Signed-off-by: Junio C Hamano --- diff --git a/t/t2024-checkout-dwim.sh b/t/t2024-checkout-dwim.sh index dee55e428f..094b92ef48 100755 --- a/t/t2024-checkout-dwim.sh +++ b/t/t2024-checkout-dwim.sh @@ -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 ) && @@ -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 \