]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
fstester: Enforce LC_ALL=C
authorVladimir Serbinenko <phcoder@gmail.com>
Sun, 8 Nov 2015 21:39:36 +0000 (22:39 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sun, 8 Nov 2015 21:39:36 +0000 (22:39 +0100)
tests/util/grub-fs-tester.in

index 29ae69153622f56935630ccfbaa7f758ad03529c..424de2267bb006f128c4663786ff55b032494361 100644 (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
 run_it () {
-    "$GRUBFSTEST" "$@"
+    LC_ALL=C "$GRUBFSTEST" "$@"
 }
 
 run_grubfstest () {