Le 22.03.2013 15:48, Junio C Hamano a écrit :
It's not in final shape: the line EDITOR=false test_must_fail git merge signedBecause test_must_fail is a shell function, single-shot environment assignment like this should not be used.
It's used throughout the test. The test 'merge --no-edit tag should skip editor' is using it.
Before posting my half useful test, I used "EDITOR=false test_must_fail set" in --verbose mode to find if EDITOR was correctly defined passed test_must_fail, and it was.
So it's still not clear why it's failing at failing. And it's making me angry.
Regards. -- Yann Droneaud OPTEYA -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

