Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > +test_expect_success 'does editor have a simple name (no slashes, etc)?' ' > + > + editor=$(TERM=vt100 git var GIT_EDITOR) && > + test -n "$editor" && > + simple=t && > + case "$editor" in > + */* | core_editor | [A-Z]*) Hmm, what are the latter two cases designed to catch? -- 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