On Tue, May 31, 2016 at 10:31 PM, Jeff King <peff@xxxxxxxx> wrote: > On Tue, May 31, 2016 at 08:09:43PM -0400, Eric Sunshine wrote: >> I was under the impression that the project was moving toward 'env' to >> deal[1] with this sort of issue. >> >> [1]: 512477b (tests: use "env" to run commands with temporary env-var >> settings, 2014-03-18) > > We can use it with test_must_fail, because it takes a command name: > > test_must_fail env FOO=BAR whatever-you-would-have-run > > But I don't think it works in the general case, as test_commit does not > run its arguments. [...] You're right, of course. I should have seen this. -- 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