Whamcloud - gitweb
Set the C locale in the tests/test_script driver
authorTheodore Ts'o <tytso@mit.edu>
Sun, 10 Feb 2008 12:58:08 +0000 (07:58 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 10 Feb 2008 12:58:08 +0000 (07:58 -0500)
Since the test_script driver uses [A-Za-z], we need to set the locale
so we don't get bitten on locals where the sort order might be
different.

Addresses-Sourceforge-Bug: #1890526

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
tests/test_script.in

index 9dbbaf8..be0e912 100644 (file)
@@ -3,6 +3,9 @@
 # Test script for e2fsck
 #
 
+LC_ALL=C
+export LC_ALL
+
 case "$1" in 
     --valgrind)
        export USE_VALGRIND="valgrind -q --weird-hacks=lax-ioctls"