mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-27 10:37:37 -04:00
test-basic: do not fail in non-English locales
One of the variations tested on Debian's reproducible build infrastructure is that the second build is done in a French locale. This test fails there, because it doesn't see "Usage:" in the help. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
@@ -21,6 +21,9 @@ set -euo pipefail
|
||||
|
||||
. $(dirname $0)/libtest.sh
|
||||
|
||||
# This test looks for specific localized strings.
|
||||
export LC_ALL=C
|
||||
|
||||
echo "1..3"
|
||||
|
||||
${FLATPAK} --version > version_out
|
||||
|
||||
Reference in New Issue
Block a user