diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-11 16:21:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-11 16:21:39 +0100 |
commit | 43adadcc0ac6b73ba617899fe3512e3610f6b940 (patch) | |
tree | e5b4c890b95deae0c33563e1888be43558189393 /app-arch | |
parent | app-backup/btrbk: 0.31.0 version bump (diff) | |
download | gentoo-43adadcc0ac6b73ba617899fe3512e3610f6b940.tar.gz gentoo-43adadcc0ac6b73ba617899fe3512e3610f6b940.tar.bz2 gentoo-43adadcc0ac6b73ba617899fe3512e3610f6b940.zip |
app-arch/libarchive: Run tests with C locale
Closes: https://bugs.gentoo.org/736304
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/libarchive/libarchive-3.5.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-arch/libarchive/libarchive-3.5.1.ebuild b/app-arch/libarchive/libarchive-3.5.1.ebuild index 427bce0c8532..f258b0c01fc9 100644 --- a/app-arch/libarchive/libarchive-3.5.1.ebuild +++ b/app-arch/libarchive/libarchive-3.5.1.ebuild @@ -106,6 +106,8 @@ multilib_src_test() { # sandbox is breaking long symlink behavior local -x SANDBOX_ON=0 local -x LD_PRELOAD= + # some locales trigger different output that breaks tests + local -x LC_ALL=C emake check } |