mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-15 08:40:35 +00:00
fstester: Enforce LC_ALL=C
This commit is contained in:
parent
b2fc9acdc9
commit
4656ced41c
@ -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 () {
|
||||||
|
Loading…
Reference in New Issue
Block a user