On 2019-08-13 at 22:37:56, Junio C Hamano wrote:
> "brian m. carlson" <sand...@crustytoothpaste.net> writes:
> 
> > +test_expect_success 'rebase --am and .gitattributes' '
> > +   test_create_repo attributes &&
> > +   (
> > +           cd attributes &&
> > +           test_commit init &&
> > +           test_config filter.test.clean "sed -e 
> > '\''s/smudged/clean/g'\''" &&
> > +           test_config filter.test.smudge "sed -e 
> > '\''s/clean/smudged/g'\''" &&
> 
> These eventually invokes test-when-finished for cleaning things up,
> that cannot be called inside a subshell.  The "attributes" test
> repository is a throw-away reopsitory, so we should be able to just
> use "git config" to set the variables locally in it, no?

Yup, that's safe. I'll reroll with that.
-- 
brian m. carlson: Houston, Texas, US
OpenPGP: https://keybase.io/bk2204

Attachment: signature.asc
Description: PGP signature

Reply via email to