git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c26c472
)
t7406-submodule-update: add missing &&
author
Tay Ray Chuan
<redacted>
Sun, 15 Sep 2013 17:38:21 +0000
(
01:38
+0800)
committer
Junio C Hamano
<redacted>
Tue, 17 Sep 2013 16:44:29 +0000
(09:44 -0700)
322bb6e
(2011 Aug 11) introduced a new subshell at the end of a test
case but omitted a '&&' to join the two; fix this.
Signed-off-by: Tay Ray Chuan <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7406-submodule-update.sh
patch
|
blob
|
history
diff --git
a/t/t7406-submodule-update.sh
b/t/t7406-submodule-update.sh
index b192f936bcbe794f0691550d1bf38714b1359d01..f0b33053ab01c692a4dda15c0f631aaa45fb81b9 100755
(executable)
--- a/
t/t7406-submodule-update.sh
+++ b/
t/t7406-submodule-update.sh
@@
-58,7
+58,7
@@
test_expect_success 'setup a submodule tree' '
git submodule add ../merging merging &&
test_tick &&
git commit -m "rebasing"
- )
+ )
&&
(cd super &&
git submodule add ../none none &&
test_tick &&
git clone https://git.99rst.org/PROJECT