test: fix locale-dependent failure in "don't expand file name" (#569)

This commit is contained in:
Andrea Alberti 2026-03-15 11:51:28 +00:00 committed by GitHub
parent 9fa836466a
commit ae501fd12c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
%prep
unset -m LC_\*
export LC_ALL=C
ZSH_TEST_LANG=
langs=(en_{US,GB}.{UTF-,utf}8 en.UTF-8
$(locale -a 2>/dev/null | egrep 'utf8|UTF-8'))