mirror of
https://github.com/Aloxaf/fzf-tab.git
synced 2026-09-10 07:26:16 -04:00
test: fix locale-dependent failure in "don't expand file name" (#569)
This commit is contained in:
parent
9fa836466a
commit
ae501fd12c
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue