On Thu, Feb 25, 2016 at 6:26 PM, Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > One thing I elided accidentally was that when changing the second > argument of test_expect_success to double-quotes, you would altogether > drop the double-quotes around "helper" in: > > git -c credential.helper="helper" submodule--helper [...] && > > to become: > > git -c credential.helper=helper submodule--helper [...] && Yes I figured that :) Thanks, Jake -- 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