fstester: Enforce LC_ALL=C
This commit is contained in:
parent
b2fc9acdc9
commit
4656ced41c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ tempdir=`mktemp -d "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1
|
|||
|
||||
# This wrapper is to ease insertion of valgrind or time statistics
|
||||
run_it () {
|
||||
"$GRUBFSTEST" "$@"
|
||||
LC_ALL=C "$GRUBFSTEST" "$@"
|
||||
}
|
||||
|
||||
run_grubfstest () {
|
||||
|
|
Loading…
Reference in a new issue