Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> writes: > +test_expect_success 'git branch --list shows local branches' ' > + git branch --list >actual && > + test_cmp expect actual > +' > + > +cat >expect <<'EOF' > + branch-one > + branch-two > +EOF > +test_expect_success 'git branch --list pattern shows matching local branches' ' > + git branch --list branch* >actual && > + test_cmp expect actual > +' Does this one exclude the "* master" entry at this stage in the series? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html