Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > On Thu, Apr 12, 2012 at 12:57 AM, Felipe Contreras > <felipe.contreras@xxxxxxxxx> wrote: > >> +test_expect_success 'double dash' ' >> + cat >expected <<-\EOF && >> + --paginate >> + --no-pager >> + --git-dir= >> + --bare >> + --version >> + --exec-path >> + --html-path >> + --work-tree= >> + --namespace= >> + --help >> + EOF >> + test_completion "git --" > > There's a mistake here ^. Yeah, good eyes! ... ah, wait, it is your bug ;-) Thanks. I wonder if it may make more sense to have this as two separate tests, though... > --- b/t/t9902-completion.sh > +++ a/t/t9902-completion.sh > @@ -96,7 +96,7 @@ test_expect_success 'double dash' ' > --namespace= > --help Z > EOF > - test_completion "git --" > + test_completion "git --" && > > sed -e "s/Z$//" >expected <<-\EOF && > --quiet Z -- 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