From a41ecc52540cd78fc457456a830babb9de0f8e2f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 26 Jun 2016 16:56:42 +0100 Subject: [PATCH] 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 --- tests/test-basic.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test-basic.sh b/tests/test-basic.sh index f83143eb..bc085957 100755 --- a/tests/test-basic.sh +++ b/tests/test-basic.sh @@ -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