On Thu, Apr 25, 2019 at 10:50 PM Junio C Hamano <gits...@pobox.com> wrote: > Eric Sunshine <sunsh...@sunshineco.com> writes: > > test_when_finished ' > > git checkout branch1 && > > test_might_fail git branch -D branch2 > > ' && > > Perhaps. Be careful in choosing the quotes between sq and dq, > though.
Yep, thanks for catching my mistake. Definitely want double-quote, not single-quote.