#776: ensure that the test drivers are not confused by the locale settings

v0.27.3
vog 14 years ago
parent 5302394330
commit 2bf4bef861

@ -1,5 +1,6 @@
#! /bin/sh
# Test driver with regression tests for bugfixes
export LC_ALL=C
results="./tmp/bugfixes-test.out"
good="./data/bugfixes-test.out"

@ -10,6 +10,7 @@ fi
# ----------------------------------------------------------------------
# Setup
export LC_ALL=C
results="./tmp/conversions.out"
good="./data/conversions.out"

@ -1,6 +1,8 @@
#! /bin/sh
# Test driver for EPS files
export LC_ALL=C
exiv2="$VALGRIND ../../src/exiv2"
diffargs="--strip-trailing-cr"

@ -1,5 +1,6 @@
#! /bin/sh
# Test driver for exiv2 utility tests
export LC_ALL=C
exiv2="$VALGRIND exiv2 -u"
results="./tmp/exiv2-test.out"
good="./data/exiv2-test.out"

@ -1,5 +1,6 @@
#! /bin/sh
# Test driver for write unit tests to build Exif metadata from scratch
export LC_ALL=C
results="./tmp/modify-test.out"
good="./data/modify-test.out"
diffargs="--strip-trailing-cr"

@ -10,6 +10,7 @@ fi
# ----------------------------------------------------------------------
# Setup
export LC_ALL=C
results="./tmp/xmpparser-test.out"
good="./data/xmpparser-test.out"

Loading…
Cancel
Save