Merge pull request #154 from smcv/test-locale

test-basic: do not fail in non-English locales
tingping/wmclass
Alexander Larsson 2016-06-27 12:55:39 +02:00 committed by GitHub
commit 9f047ff58e
1 changed files with 3 additions and 0 deletions

View File

@ -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