Skip to content

Commit

Permalink
Merge branch 'rr/maint-t3510-cascade-fix'
Browse files Browse the repository at this point in the history
* rr/maint-t3510-cascade-fix:
  t3510 (cherry-pick-sequence): add missing '&&'
  • Loading branch information
Junio C Hamano committed Jun 7, 2012
2 parents 7c0382b + 070bad6 commit 1b829ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3510-cherry-pick-sequence.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test_cmp_rev () {
}

test_expect_success setup '
git config advice.detachedhead false
git config advice.detachedhead false &&
echo unrelated >unrelated &&
git add unrelated &&
test_commit initial foo a &&
Expand Down

0 comments on commit 1b829ee

Please sign in to comment.