t1300: demonstrate that CamelCased aliases regressed
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 14 Jul 2017 08:39:29 +0000 (10:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jul 2017 21:00:04 +0000 (14:00 -0700)
commit084b04409312e8d95aa51edb04dde7ff56f66fba
tree6ab21c672ea188d437ff99f1c1aa685290e43c66
parenta9bcf6586d1a4888aea91553d73cda20494b8335
t1300: demonstrate that CamelCased aliases regressed

It is totally legitimate to add CamelCased aliases, but due to the way
config keys are compared, the case does not matter.

Except that now it does: the alias name is expected to be all
lower-case. This is a regression introduced by a9bcf6586d1 (alias: use
the early config machinery to expand aliases, 2017-06-14).

Noticed by Alejandro Pauly, diagnosed by Kevin Willford.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1300-repo-config.sh