On Tue, 1 Nov 2011 20:49:11 +0100, Pieter Praet wrote: > -test_expect_success 'emacs delivery of signed message' \ > +test_expect_success GPG 'emacs delivery of signed message' \ Hi, Pieter and Thomas. Thanks for all the work on this, but I have one issue. Is there a way we can do this without adding a new argument to every test function? For some reason I really don't like that solution. It seems too invasive. Can't we have something that works more like test_subtest_known_broken, that modifies the test environment, rather than add an argument to every call of every testing function? jamie.