]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tests: Set LANG=C for consistency of command output
authorMartin Schwenke <martin@meltin.net>
Tue, 9 Jul 2019 02:42:24 +0000 (12:42 +1000)
committerMartin Schwenke <martins@samba.org>
Fri, 26 Jul 2019 03:34:16 +0000 (03:34 +0000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/scripts/common.sh

index 63df11242e7adcde840f6914086111ca797c573f..ec06fa0c8db7e044a7c7981ea75534a4325c097e 100644 (file)
@@ -2,6 +2,11 @@
 
 # Common variables and functions for all CTDB tests.
 
+
+# Commands on different platforms may quote or sort things differently
+# without this
+export LANG=C
+
 # Print a message and exit.
 die ()
 {