]> Sergey Matveev's repositories - public-inbox.git/commit
xt/lei-auth-fail: use valid label name
authorEric Wong <e@80x24.org>
Sun, 29 Jan 2023 22:58:35 +0000 (22:58 +0000)
committerEric Wong <e@80x24.org>
Mon, 30 Jan 2023 06:42:40 +0000 (06:42 +0000)
commitf9557e2c6b7510d278310066fe7c26f84cae6e1d
treea603cfcba4e50dbbe0f78c98bcf725ada2a4a39e
parent9f73b58f78fdaa484241547c96d344bdf29fc7cb
xt/lei-auth-fail: use valid label name

Uppercase characters aren't allowed for labels due to Xapian
boolean limitations, so we need to use lowercase labels.

Fixes: 27015c3365fd0690 (lei_input: disallow uppercase characters for labels, 2021-10-31)
xt/lei-auth-fail.t