Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t2024: Fix &&-chaining and a couple of typos
author
Johan Herland
<johan@herland.net>
Sun, 8 Sep 2013 20:58:11 +0000
(22:58 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Sep 2013 18:02:29 +0000
(11:02 -0700)
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>
t/t2024-checkout-dwim.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
229177a
)
diff --git
a/t/t2024-checkout-dwim.sh
b/t/t2024-checkout-dwim.sh
index dee55e428f07eeac9c2d2c329ff2c1aca3f4ea98..094b92ef489156980dc1429136d5dad25d01ac7d 100755
(executable)
--- 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 \