summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>2016-05-18 06:22:30 (EDT)
committer Julien Jorge <julien.jorge@stuff-o-matic.com>2019-11-05 09:27:26 (EST)
commitda22959f442cacb02fd990a4e29b0cc236872363 (patch)
tree798187ab3ed23787c99328b0823263138d79a45d
parent6ba6e1287bbd875cd14095e2baf36a978d88c32e (diff)
downloadxcftools-da22959f442cacb02fd990a4e29b0cc236872363.zip
xcftools-da22959f442cacb02fd990a4e29b0cc236872363.tar.gz
xcftools-da22959f442cacb02fd990a4e29b0cc236872363.tar.bz2
Fix testsuite when LC_ALL is set to UTF8, fixing recent Ubuntu build failures
-rwxr-xr-xtest/dotest1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dotest b/test/dotest
index 1aa34ac..eded0e0 100755
--- a/test/dotest
+++ b/test/dotest
@@ -19,6 +19,7 @@
export LC_CTYPE=C
export LC_MESSAGES=C
+export LC_ALL=C
: ${XCFTOOLS_PREFIX=../}