Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cb/leading-path-removal'
[gitweb.git]
/
t
/
t7602-merge-octopus-many.sh
diff --git
a/t/t7602-merge-octopus-many.sh
b/t/t7602-merge-octopus-many.sh
index 2746169514f9bd1629f05eed8f9ff2fcfdba8cb5..0a46795ae785fd4dfa0e565bfa0153ca107a904d 100755
(executable)
--- a/
t/t7602-merge-octopus-many.sh
+++ b/
t/t7602-merge-octopus-many.sh
@@
-31,7
+31,7
@@
test_expect_success 'merge c1 with c2, c3, c4, ... c29' '
do
refs="$refs c$i"
i=`expr $i + 1`
- done
+ done
&&
git merge $refs &&
test "$(git rev-parse c1)" != "$(git rev-parse HEAD)" &&
i=1 &&