diff options
author | Gianfranco 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) |
commit | da22959f442cacb02fd990a4e29b0cc236872363 (patch) | |
tree | 798187ab3ed23787c99328b0823263138d79a45d /test/dotest | |
parent | 6ba6e1287bbd875cd14095e2baf36a978d88c32e (diff) | |
download | xcftools-da22959f442cacb02fd990a4e29b0cc236872363.zip xcftools-da22959f442cacb02fd990a4e29b0cc236872363.tar.gz xcftools-da22959f442cacb02fd990a4e29b0cc236872363.tar.bz2 |
Fix testsuite when LC_ALL is set to UTF8, fixing recent Ubuntu build failures
Diffstat (limited to 'test/dotest')
-rwxr-xr-x | test/dotest | 1 |
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=../} |