diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-04-10 11:29:03 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-04-10 20:45:01 -0400 |
commit | 1e7491818a067c35dc9e82b05996f1cb59cf75f1 (patch) | |
tree | 68da87506198846453b9e5aeae00d476776ab788 /net-vpn/openconnect | |
parent | net-vpn/openconnect: update EAPI 7 -> 8 (diff) | |
download | gentoo-1e7491818a067c35dc9e82b05996f1cb59cf75f1.tar.gz gentoo-1e7491818a067c35dc9e82b05996f1cb59cf75f1.tar.bz2 gentoo-1e7491818a067c35dc9e82b05996f1cb59cf75f1.zip |
net-vpn/openconnect: fix test-nonascii
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-vpn/openconnect')
-rw-r--r-- | net-vpn/openconnect/openconnect-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/openconnect/openconnect-9999.ebuild b/net-vpn/openconnect/openconnect-9999.ebuild index d50b4b0ccd4b..bb793b112140 100644 --- a/net-vpn/openconnect/openconnect-9999.ebuild +++ b/net-vpn/openconnect/openconnect-9999.ebuild @@ -119,7 +119,7 @@ src_configure() { src_test() { local charset - for charset in UTF-8 ISO8859-2; do + for charset in UTF-8 ISO-8859-2; do if [[ $(LC_ALL=cs_CZ.${charset} locale charmap 2>/dev/null) != ${charset} ]]; then # If we don't have valid cs_CZ locale data, auth-nonascii will fail. # Force a test skip by exiting with status 77. |