fstester: Enforce LC_ALL=C

This commit is contained in:
Vladimir Serbinenko 2015-11-08 22:39:36 +01:00
parent b2fc9acdc9
commit 4656ced41c

View file

@ -10,7 +10,7 @@ tempdir=`mktemp -d "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1
# This wrapper is to ease insertion of valgrind or time statistics # This wrapper is to ease insertion of valgrind or time statistics
run_it () { run_it () {
"$GRUBFSTEST" "$@" LC_ALL=C "$GRUBFSTEST" "$@"
} }
run_grubfstest () { run_grubfstest () {